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
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
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 both book
entries and electronic component en
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
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
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
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
Hi,
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 in an index. Now how can a field be searchable