You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2004/08/02 09:06:48 UTC

DO NOT REPLY [Bug 30429] New: - pseudo-relevance feedback enhancement

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30429

pseudo-relevance feedback enhancement

           Summary: pseudo-relevance feedback enhancement
           Product: Lucene
           Version: 1.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Other
        AssignedTo: lucene-dev@jakarta.apache.org
        ReportedBy: prolog_tutor@gmx.de


Hi,

A while back I wrote some code to implement automatic query expansion in Lucene.
Now I ripped off the application specifics and put it in more or less "test-case
style" in the attachment. Apart from the sources and classes, it contains a tiny
index consisting of sample data I got from the Lucene FAQ. Almost too small to
be meaningful, but with the sample query you'll get at least a different number
of hits.

I made some arbitrary decisions on where to put the classes. Mainly they ended
up in the lucenesandbox-package and should have unique names, hence not
overwriting anything.

The comments in the source were chiefly written to illustrate the flow to
not-so-experienced Lucene users/java programmers. You might find self-evident
what they describe.

Please refer to the "quick start" section in the readme file to get
things going (should be really quick).

If you have any questions or comments, I'll appreciate your feedback. 

Best regards,

Rene Hackl

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org