I have two questions regarding hit highlighter provided with apache lucene: see this function could you explain the use of token stream parameter.
I have this question relating to Lucene. I have a form and I get a text from it and I want to perform a full text search in several fields. Suppose I get from the input the text \"textToLook\".
I\'m really puzzled why it keeps dying with java.lang.OutOfMemoryError during indexing even though it has a few GBs of memory.
I\'m having a solr query syntax issue (I think) with solr 1.4. I\'m trying exclude expired records from a solr query. However if the record doesn\'t have an expiry record, i would like to bring that r
I read on Spring web site that the Spring Modules project is now deprecated in favor of Spring Extensions. However, unless I am missing something, Spring Extensions does not support Lucene like Spring
Inorder to understand - cartessian tiers,how are they contributing in location based search - What is happening internally when we give query to solr likehttp://localhost:8983/solr/select/?q=name:M
i am building a search index that contains special names - containing ! and ? and & and + and ... I have to tread the following searches different:
I am trying location aware search with spatial example found in http://www.ibm.com/developerworks/java/library/j-spatial/#indexing开发者_如何转开发.approaches.
I have created a database and have used dataimport for retrieving the data. I tried out the hsin query:
My Solr setup contains the Filter LowerCaseFilterFactory for indexing and querying, so - the index only contains lowercase words and