Re: Query Scoring

2006-01-02 Thread Harini Raghavan
Thank you Chris. That seems like a good suggestion. I will try to pass a different Query object to the Highlighter api that the one used for searching. I plan to break down the HTML document and store the title/sub title/content in different fields of the index. So if I create a new query com

RE: Problems with sandbox - can't find org.apache.lucene.store.IndexInput

2006-01-02 Thread Colin Young
That's good enough for me. At this point, going with a reasonably stable branch rather than using my code appears to be the more conservative option considering our release timeframe (which allows for extensive testing). Thanks for the help (and the excellent book). Colin -Original Message--

Re: Problems with sandbox - can't find org.apache.lucene.store.IndexInput

2006-01-02 Thread Erik Hatcher
Trunk of Lucene is very stable, more so than 1.4.3 I've heard. Is 1.9 release close? Hard to even say. It could be. No substantial changes to the trunk before 1.9 is officially released are planned that I know of. Erik On Jan 2, 2006, at 3:51 PM, Colin Young wrote: That would

RE: Problems with sandbox - can't find org.apache.lucene.store.IndexInput

2006-01-02 Thread Colin Young
That would probably explain things. Is 1.9 close, or are we still talking months aways? Unfortunately, what I'm trying to do is use the code for Berkeley DB Java Edition which, best as I can tell was only ported against the 1.9 code, so it looks like my choices are to do the port myself, or check o

Re: My first question in 2006 :D

2006-01-02 Thread Bernhard Messer
Daniel, you can simply ignore this message. It only says that you have term vectors enabled and add one ore more "empty" documents without a body. If you don't need term vectors for any special operations on index terms, switch this feature off. Bernhard Daniel Cortes wrote: Hello everybo

My first question in 2006 :D

2006-01-02 Thread Daniel Cortes
Hello everybody and happy new year! My first question about lucene in 2006 is the next: What I have to do with the message "No tvx file". Every night I have to do a complete indexation proces of a forum in phpBB. For example in an indexation of 93 documents (posts in Forum phpBB) i see 4 messag

Re: Problems with sandbox - can't find org.apache.lucene.store.IndexInput

2006-01-02 Thread Erik Hatcher
I haven't checked the specifics, but many of the contrib (the "sandbox" is the old name for it) projects have upgraded their latest code to be against the trunk of Lucene, which is destined to be Lucene 1.9. You'll need to either grab a previous JAR built before the codebase changed, or up