How to properly correlate relevance in a search across multiple collections

2014-09-05 Thread Baldwin, David
I have a project where there are multiple collections - could be dozens at times that a single results set needs to be generated by applying the same search criteria to each collection directory and then correlating all the sub searches into a single result set with correlating relevance. Does

Re: Snowball filter - Error instantiating stemmer for a language

2014-09-05 Thread Chris Hostetter
To see about improving the error messages when users make mistakes like this... https://issues.apache.org/jira/browse/LUCENE-5926 -Hoss http://www.lucidworks.com/ - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache

Re: Snowball filter - Error instantiating stemmer for a language

2014-09-05 Thread Robert Muir
On Thu, Sep 4, 2014 at 7:32 PM, atawfik wrote: > As you can see, the key here is calling the *inform* method of the > SnowballProterFilterFactory to add the respected language stemmer's class. > This is actually the task of the *inform* method. The standard constructor > of this class does not ca

Re: In need of some guidance

2014-09-05 Thread akshay.jain
On Friday 05 September 2014 01:45 PM, atawfik wrote: Hi, Try Lucene tutorial . If you follow the materials there you should be able to grasp what Lucene is and how to use it. After that, you should read the Lucene In Action book. It is a very good book that te

Re: In need of some guidance

2014-09-05 Thread atawfik
Hi, Try Lucene tutorial . If you follow the materials there you should be able to grasp what Lucene is and how to use it. After that, you should read the Lucene In Action book. It is a very good book that tells you everything about Lucene. Regards Ameer --