Re: Newbie Questions

2016-08-10 Thread Christoph Kaser
nd then calling removeFields and finally updateDocument, but now any search after the above process is not able for find that document(I created the new IndexReader). Am i missing anything ? Regards. -- View this message in context: http://lucene.472066.n3.nabble.com/Newbie-Questions-tp4290817p42

Re: Newbie Questions

2016-08-09 Thread lukes
ssage in context: http://lucene.472066.n3.nabble.com/Newbie-Questions-tp4290817p4291024.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.or

Re: Newbie Questions

2016-08-09 Thread Bauer, Herbert S. (Scott)
You might start here: http://lucene.apache.org/core/6_1_0/core/org/apache/lucene/index/IndexWrite r.html On 8/8/16, 8:17 PM, "lukes" wrote: >Can anyone please reply ? . > >Regards. > > > >-- >View this message in context: >http://lucene.472066.n3.nabble.c

Re: Newbie Questions

2016-08-08 Thread lukes
Can anyone please reply ? . Regards. -- View this message in context: http://lucene.472066.n3.nabble.com/Newbie-Questions-tp4290817p4290854.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To

Newbie Questions

2016-08-08 Thread lukes
in context: http://lucene.472066.n3.nabble.com/Newbie-Questions-tp4290817.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional

Re: Lucene Newbie Questions

2010-05-31 Thread N Hira
ing. You should be able to "try both" side-by-side in a few hours (the tutorials are pretty decent). -h - Original Message From: Frank A To: java-user@lucene.apache.org Sent: Mon, May 31, 2010 6:54:26 PM Subject: Re: Lucene Newbie Questions Thanks a bunch. Since I'

Re: Lucene Newbie Questions

2010-05-31 Thread Shashi Kant
rg/solr/ >> >> >> Good luck! >> >> -h >> >> >> >> >> - Original Message >> From: Frank A >> To: java-user@lucene.apache.org >> Sent: Mon, May 31, 2010 6:20:41 PM >> Subject: Lucene Newbie Questions >

Re: Lucene Newbie Questions

2010-05-31 Thread Frank A
iginal Message ---- > From: Frank A > To: java-user@lucene.apache.org > Sent: Mon, May 31, 2010 6:20:41 PM > Subject: Lucene Newbie Questions > > Hello all, > I'm considering Lucene for a specific application and am trying to ensure > that it is the right tool for what I&#

Re: Lucene Newbie Questions

2010-05-31 Thread N Hira
a lot of the architecture you might need: http://lucene.apache.org/solr/ Good luck! -h - Original Message From: Frank A To: java-user@lucene.apache.org Sent: Mon, May 31, 2010 6:20:41 PM Subject: Lucene Newbie Questions Hello all, I'm considering Lucene for a specific applic

Re: Lucene Newbie Questions

2010-05-31 Thread Shashi Kant
You are certainly in the right place - Apache Solr (a search server built using Lucene) provides what you are looking for out of the box. On Mon, May 31, 2010 at 7:20 PM, Frank A wrote: > Hello all, > I'm considering Lucene for a specific application and am trying to ensure > that it is the righ

Lucene Newbie Questions

2010-05-31 Thread Frank A
Hello all, I'm considering Lucene for a specific application and am trying to ensure that it is the right tool for what I'm trying to accomplish. At a high level I have a list of restaurants in a database and a list of tags related to the restaurant (e.g. Italian, Formal, Expensive, etc). Each re

RE: Newbie questions re: scoring

2006-05-04 Thread Chris Hostetter
: That link appears to be referring to normalized scores (everything is < : 1.0). Is it also not safe to use a threshold for raw scores? Nope. The basic flaw in comparing scores between two queries still holds ... early messages in the threads linked to go into more detail, but as i recall, the

RE: Newbie questions re: scoring

2006-05-04 Thread John Hamilton
> 2) independent of the scores being different, it is not safe to try and > pick a score threshold, this is mentioned in the FAQ... > > http://wiki.apache.org/jakarta-lucene/LuceneFAQ#head-912c1f237bb00259185353182948e5935f0c2f03 That link appears to be referring to normalized scores (everythin

Re: Newbie questions re: scoring

2006-05-04 Thread Chris Hostetter
: 1) I create an index with one document with a searchable field of "All : dogs are brown." If I search on that index with a query of "All dogs : are brown." I do not get a hit with score 1.0, but something low like : 0.38. I tried looking at the scoring algorithm and can't make heads or : tail

Newbie questions re: scoring

2006-05-04 Thread Lee, Andrew J \(CA - Toronto\)
Hi, I am new to Lucene and this mailing list, so my apologies if these questions have already been answered. 1) I create an index with one document with a searchable field of "All dogs are brown." If I search on that index with a query of "All dogs are brown." I do not get a hit with score 1.0,