Lucene 5: Query and Filter merger

2015-06-26 Thread Selva Kumar
With Query/Filter merger, it appears default Filter hashcode() varies by class, not object instance. Different object instances could have same value. Am I missing something?

Re: Request for help with Lucene search engine

2015-06-26 Thread Rim REKIK
Dear Jason, I will start with it. Is it compatible with the last version of lucene 5.2.1? In reality, I have an index composed about 700 pdf documents and I need to search for the documents that have a specific term and its frequency. So, I'm interested by applying the formula available in lucen

Re: Request for help with Lucene search engine

2015-06-26 Thread Jason Wee
maybe start with this? https://svn.apache.org/repos/asf/lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/search/TestDocValuesScoring.java hth jason On Fri, Jun 26, 2015 at 7:40 PM, Rim REKIK wrote: > Dear, > I m trying Lucene to work with Lucene search engine. But I m asking if > there

Request for help with Lucene search engine

2015-06-26 Thread Rim REKIK
Dear, I m trying Lucene to work with Lucene search engine. But I m asking if there are ready examples for scoring documents. Thank you. RegardsĀ -- Rim REKIK rim.re...@ieee.org