ttle sense. Could you give an example of how
you'd like to see things operate?
And have you looked at the FAQ for Lucene query syntax?
Erick
On 5/25/07, Ram Peters <[EMAIL PROTECTED]> wrote:
>
> I have title field and description field indexed. Now I want to
> search for &quo
I have title field and description field indexed. Now I want to
search for "object oriented programming" either in title "and or"
description using Lucene search query.
How do I do this?
-
To unsubscribe, e-mail: [EMAIL PROTECT
Can UID be URI or it has to be INTEGER?
thnx
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I am indexing documents periodically every hour. I have a scenario.
For example, when you are indexing every hour and large document set
is present, it takes >1 hr to index the documents. Now you are
already behind indexing for the next hour. How do you design
something that is robust?
thanks.
How do you specify cutoff on search results? If I want to sort the
search result, on other than relevancy, I don't want non related stuff
showing up at the top. Is there way to set a cutoff, so only result
that falls between certain range are displayed?
Thanks.