cant rename segments.new to segment

2003-09-18 Thread Rociel Buico
all, when i'm trying to run my index writer program at idea (IDE) i got this error (cant rename segments.new to segments, sometimes the deletable file got an error), but when im going to run the program in the command prompt, it looks fine, no error returned. im just making 1 index and no threa

Re: HTML Parsing problems...

2003-09-18 Thread Peter Becker
Tatu Saloranta wrote: On Thursday 18 September 2003 14:50, Michael Giles wrote: I know, I know, the HTML Parser in the demo is just that (i.e. a demo), but I also know that it is updated from time to time and performs much better than the other ones that I have tested. Frustratingly, the very

Re: HTML Parsing problems...

2003-09-18 Thread Tatu Saloranta
On Thursday 18 September 2003 14:50, Michael Giles wrote: > I know, I know, the HTML Parser in the demo is just that (i.e. a demo), but > I also know that it is updated from time to time and performs much better > than the other ones that I have tested. Frustratingly, the very first page > I tried

HTML Parsing problems...

2003-09-18 Thread Michael Giles
I know, I know, the HTML Parser in the demo is just that (i.e. a demo), but I also know that it is updated from time to time and performs much better than the other ones that I have tested. Frustratingly, the very first page I tried to parse failed (

Re: Adding String in a Field

2003-09-18 Thread Otis Gospodnetic
Amit, this is a question for the -user list, not -dev list. I suggest that you look at one of Lucene articles that deal with indexing. You will find links to them on the Resources page, which is listed on Lucene's home page. Otis --- Amit Bhavsar <[EMAIL PROTECTED]> wrote: > Hi, > > I am tryin

Re: Lucene Scoring Behavior

2003-09-18 Thread Terry Steichen
Doug, I just extracted a portion of the database, reindexed and found the scores to come out much more like we'd expect. Appears this may be an indexing issue - I index new stuff each day and merge the new index with the master index. Only redo the master when I can't avoid it (because it takes

Re: Lucene demo ideas?

2003-09-18 Thread Peter Becker
Erik Hatcher wrote: [...] - Index text and HTML files. Any others? I don't want to get into putting too many dependencies in though - let's keep it relatively simple, although still demonstrative. Allow search filtering by last modified date range and document type (extension). If I may pl