I have developed a JSP web applic开发者_StackOverflow社区ation using NetBeans IDE and a Virtuoso RDBMS.
When I run a full-import it is only indexing 1 document.In the logs I see it processing most of the records (~300 records).I don\'t see any errors in the logs.Why won\'t this index all of the results
EDIT 3:The workaround I\'m using right now is to strip anything but letters, digits, and whitespace from both my queries and my indexed fields.This produces the desired behavior, but it\'s very much a
Sorry if this question might be too general. I\'d be happy with good links to documentation, if there are any. Google won\'t help me find them.
I\'m not sure if this is possible, but I\'d like to be able to control the counts returned for facets more closely than just include and exclude.
I have been trying to perform a query on a field that is configured to be solr.PathHierarchyTokenizerFactory, but the query just returns all records. It seems that doing a facet query is just not work
I am using Solr 3.3 and I am trying to extract and index meta data from PDF files. I am using the DataImportHandler with the TikaEntityProcessor to add the documents. Here is are the fields as defined
I want to find all the documents that is similar to a specific document within solr. I have installed solr and made some queries. The query I am trying to make gives an error which I cannot make out o
I am quite new about using Solr, but would like to ask your help. I am developing an application which should be able to highlight the results of a query. For this I am using regex fragmenter:
I am looking to introduce Solr to po开发者_运维知识库wer the search for a business listing website. The site has around 2 million records.