I am working in a project that has a big amount of data in Lucene. We need to show a faceted search and the time requiered for it is unacceptable when ...
I'm really puzzled why it keeps dying with java.lang.OutOfMemoryError during indexing even though it has a few GBs of memory.
Is there a fundamental reason why it needs manual tweaking of config ...
We are currently working on a proof-of-concept for a client using Solr and have been able to configure all the features they want except the scoring.
Problem is that they want scores ...
I am indexing film titles. Currently I have two fields.
One is a the pre-configured textgen and one is a string, which I altered to be case insensitive.
I use the copyfield directives ...