Re: Lucene Newbie Question

2013-12-08 Thread Michael Sokolov
On 12/8/2013 12:03 PM, Ted Goldstein wrote: I am new to Lucene and have begun experimenting. I've loaded both the example books.csv and the various example electronic components documents. I then do a variety of queries. Quering http://su2c-dev.ucsc.edu:8983/solr/select?q=name:A* returns bot

Re: Lucene Newbie Question

2013-12-08 Thread Furkan KAMACI
Does numFound different for that two queries or not? 8 Aralık 2013 Pazar tarihinde Ted Goldstein adlı kullanıcı şöyle yazdı: > I am new to Lucene and have begun experimenting. I've loaded both the example books.csv and the various example electronic components documents. I then do a variety of q

Re: lucene newbie question

2006-10-02 Thread Erick Erickson
ou can search unstored fields. You just can't reconstruct the input with 100% fidelity (things like stop words will be missing, and any funky games you played during indexing will mess up an attempt to reconstruct the data). Hope this helps. Erick -los >From: Erik Hatcher <[EMAIL

Re: lucene newbie question

2006-10-02 Thread Doron Cohen
type makes sense to me (with data being > a String), as well as the type "keyword". > > Is there a scenario or scenarios you can describe where Unindexed/Unstored > will be useful? Thanks in advanced! > > -los > > > >From: Erik Hatcher <[EMAIL PROTECTED]> &g

Re: lucene newbie question

2006-10-02 Thread Los Morales
MAIL PROTECTED]> Reply-To: java-user@lucene.apache.org To: java-user@lucene.apache.org Subject: Re: lucene newbie question Date: Mon, 2 Oct 2006 14:12:25 -0400 On Oct 2, 2006, at 2:08 PM, Los Morales wrote: I'm new to Lucene and IR in general. I'm a bit confused on the concept of fields. From

Re: lucene newbie question

2006-10-02 Thread Erik Hatcher
On Oct 2, 2006, at 2:08 PM, Los Morales wrote: I'm new to Lucene and IR in general. I'm a bit confused on the concept of fields. From what I've read, a field does not have to be indexed but its value can be stored in an index. Likewise a field can be indexed but its value is not stored i