Re: Fwd: Solr "Text" field

2008-01-11 Thread Abin Shahab
Hi Hoss, I am sorry but I did not understand this part: The reason name:AR* doesn't work (but name:ARIZONA does) is because when you are doing prefix or wildcard searches that "query analysis" can't be used ... for a lot of reasons that are covered in the mailing list archives, and is mentioned in

Re: Fwd: Solr "Text" field

2008-01-11 Thread Abin Shahab
Hi, Thanks for responding. The actual data is ARIZONA, and so I have to look for it with the query AR*. I can take out the quotes, but then it doesn't find anything. Abin On Jan 11, 2008 1:33 AM, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > : if I search for name:"AR*", I get 1 result with the

Re: Fwd: Solr "Text" field

2008-01-10 Thread Abin Shahab
dWeight(institution.name:ar in 2311), product of: 1.0 = tf(termFreq(institution.name:ar)=1) 9.4907465 = idf(docFreq=1) 0.4375 = fieldNorm(field=institution.name, doc=2311) On Jan 10, 2008 10:53 PM, Abin Shahab <[EMAIL PROTECTED]> wrote: > Thanks for responding. > The origi

Re: Fwd: Solr "Text" field

2008-01-10 Thread Abin Shahab
ote: > Try Ar*, that should work if the original text had "Arizona" in it. > This is covered in the Lucene FAQ, actually. :) > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > ----- Original Message > From: Abin Shahab <[

Fwd: Solr "Text" field

2008-01-10 Thread Abin Shahab
Hi, I am having a lot of issues with the simple solr.textField. I do not get anything back from simple lucene queries such as wildcard searches. Searching for AR* does not return everything that starts with AR(for example Arizona). I turned on debugging, and it returned me the following: instit