I am using Solr 5.3.1 and we are facing OutOfMemory exception while doing
some complex wildcard and proximity query (even for simple wildcard query).
We are doing distributed solr search using shard across 20 cores.
The problem description is given below.
For example simple query like
*q=Tile:(
Hi,
I was working with Lucene 5.2 and trying to index some document. I am using
EnglishMinimalStemFilterFactory and I found that there is no option for
keeping the original text as wel as analyzed term into lucene index.
WordDelimiterFilterFactory provides preserveOriginal option to do this. Can
Hi all,
Is this possible to extract Query Terms for particular Document. The
existing method extractTerms(Set term) expand the query search over
all the documents (IndexReader) which sometime takes long time to execute,
even I am Interested only in one Document. This case is much critical wh