DO NOT REPLY [Bug 34154] - Further improvements to BooleanScorer2

2005-03-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Document proximity

2005-03-30 Thread Andrzej Bialecki
DM Smith wrote: We already have a solution, and it is external to Lucene. We look for hits on things that are to be adjacent, get their "canonical" reference and then compare the distances between these. While this works well, I was hoping for a solution within Lucene. This does not give us the abi

Re: Document proximity

2005-03-30 Thread DM Smith
We already have a solution, and it is external to Lucene. We look for hits on things that are to be adjacent, get their "canonical" reference and then compare the distances between these. While this works well, I was hoping for a solution within Lucene. This does not give us the ability to look fo

Re: Document proximity

2005-03-30 Thread Andrzej Bialecki
DM Smith wrote: Hi, I hope I am posting to the right list. Yes. We (sword and jsword at crosswire.org) are indexing bibles with each verse becoming a document, with the verse text being indexed and the verse reference being stored. This way we can search the text and get which verses have hits.

Document proximity

2005-03-30 Thread DM Smith
Hi, I hope I am posting to the right list. We (sword and jsword at crosswire.org) are indexing bibles with each verse becoming a document, with the verse text being indexed and the verse reference being stored. This way we can search the text and get which verses have hits. The problem is that