You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by Erik Hatcher <er...@ehatchersolutions.com> on 2004/11/01 14:48:25 UTC

Re: DO NOT REPLY [Bug 31552] - LuceneNodeIndexer

Sorry for my delayed response, perhaps even out of date....

On Oct 5, 2004, at 5:15 PM, Oliver Zeigermann wrote:
> Only had I quick glance at your code, but I was wondering what about 
> <,> comparisions. Isn't there something in Lucene that allows you to 
> use something like an ordering?

Yes, Lucene can do range queries which could be used for < and > 
comparisons.  Care needs to be taken, however, in how many terms such 
queries expand into (if that makes sense).  I'd be happy to elaborate 
on this if it is an issue with the Slide implementation.

Also, for ordering, Lucene 1.4+ has a sorting feature allowing results 
to be sorted by other fields (or in a custom way) other than just 
score.

	Erik


>
> Oliver
>
> bugzilla@apache.org schrieb:
>
>> 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=31552>.
>> 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=31552
>> LuceneNodeIndexer
>> ------- Additional Comments From dhartford@ghsinc.com  2004-10-05 
>> 20:30 -------
>> Created an attachment (id=12952)
>> Lucene Node Expression class
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org


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