Re: Dynamic index building is expensive

2005-04-13 Thread Erik Hatcher
On Apr 13, 2005, at 6:34 AM, Ranjan K. Baisak wrote: Hello, My application used swing and a data base application. For searching mechanism, I'm using Lucene. I used to build the index during application startup and any change to the DB also makes change the index. So I have a thread which looks

lucene - nutch to rss?

2005-04-13 Thread jazdrv
hello, this is my first posting to this thread, and i haven't played with the libraries as of yet. i'm curious whether people have been using lucene/nutch to convert results to rss and what would be architectural considerationis/time period in doing something like that. zak

Re: Hungarian notation analyzer and phrase queries

2005-04-13 Thread Chris Hostetter
: Another approach would be to index this as: : : token: use power query for advanced searches : powerquery : position:0 1 2 3 45 : : Then use phrase queries with slop=1, to permit a one-token gap when : someone searches for use

Re: lucene - nutch to rss?

2005-04-13 Thread Michael Wechner
Michael Giles wrote: Zak, Doing such a thing is pretty simple. If you take the Nutch sample, there is a JSP page which handles queries and renders the search results. I think it would make sense to enhance the current JSP by introducing a format parameter, e.g. nutch?format=xml whereas

Re: lucene - nutch to rss?

2005-04-13 Thread Erik Hatcher
On Apr 13, 2005, at 3:06 PM, Michael Wechner wrote: Michael Giles wrote: Zak, Doing such a thing is pretty simple. If you take the Nutch sample, there is a JSP page which handles queries and renders the search results. I think it would make sense to enhance the current JSP by introducing a

Re: Strange sort error

2005-04-13 Thread Daniel Naber
On Tuesday 12 April 2005 20:04, Bill Tschumy wrote: Here is a small program that will manifest the error. Hopefully someone can explain the problem. It happens with Lucene 1.4.2 and 1.4.3. This is the code that throws the exception (from FieldCacheImpl.java): TermEnum termEnum =