Re: lucene source code changes

2009-05-19 Thread Grant Ingersoll
You might have a look at the org.apache.lucene.search.function package (aka Function Queries) and what they have to offer. Basically, they can be used to incorporate field values into the score. -Grant On May 19, 2009, at 10:12 AM, Alex Steward wrote: Hello, I have a need to implement a

lucene source code changes

2009-05-19 Thread Alex Steward
Hello,  I have a need to implement an custom inverted index in Lucene. I have files like the ones I have attached here. The Files have words and and scores assigned to that word. There will 100's of such files. Each file will have atleast 5 such name value pairs. Note: Currently the file onl