RE: Empty value/string matching

2011-01-10 Thread Viswa S
ge- > > From: Viswa S [mailto:svis...@hotmail.com] > > Sent: Saturday, November 20, 2010 5:38 PM > > To: solr-user@lucene.apache.org > > Subject: RE: Empty value/string matching > > > > > > Erick, > > Thanks for the quick response. The output i sho

RE: Empty value/string matching

2010-11-22 Thread Bob Sandiford
rformance-wise. Bob Sandiford | Lead Software Engineer | SirsiDynix P: 800.288.8020 X6943 | bob.sandif...@sirsidynix.com www.sirsidynix.com  > -Original Message- > From: Viswa S [mailto:svis...@hotmail.com] > Sent: Saturday, November 20, 2010 5:38 PM > To: solr-user@lucene.apa

Re: Empty value/string matching

2010-11-20 Thread Lance Norskog
have a field with no value?, with text > fields they seem to make sense than for string?. > You are right on fieldName:[* TO *] results, which basically returned all the > documents which included the couple of documents in question. > -Viswa >> Date: Sat, 20 Nov 2010 17:20:5

RE: Empty value/string matching

2010-11-20 Thread Viswa S
mpty > > string. Find below the output of a facet on the fieldName. > > ThanksViswa > > > > > > 22 > name="GDOGPRODY.424">221 > > > Date: Sat, 20 Nov 2010 15:29:06 -0500 > > > Subject: Re: Empty value/string matching > > > From: e

Re: Empty value/string matching

2010-11-20 Thread Erick Erickson
PM, Viswa S wrote: > > Yes I do have a couple of documents with no values and one with an empty > string. Find below the output of a facet on the fieldName. > ThanksViswa > > > 22 name="GDOGPRODY.424">221 > > Date: Sat, 20 Nov 2010 15:29:06 -0500 > > Subjec

RE: Empty value/string matching

2010-11-20 Thread Viswa S
Yes I do have a couple of documents with no values and one with an empty string. Find below the output of a facet on the fieldName. ThanksViswa 1 > Date: Sat, 20 Nov 2010 15:29:06 -0500 > Subject: Re: Empty value/string matching > From: erickerick...@gmail.com > T

Re: Empty value/string matching

2010-11-20 Thread Erick Erickson
Are you absolutely sure your documents really don't have any values for "FieldName"? Because your results are perfectly correct if every doc has a value for "FieldName". Or are you saying there no such field as "FieldName"? Best Erick On Sat, Nov 20, 2010 at 3:12 PM, Viswa S wrote: > > Folks,A

Empty value/string matching

2010-11-20 Thread Viswa S
Folks,Am trying to query documents which have no values present, I have used the following constructs and it doesn't seem to work on the solr dev tip (as of 09/22) or the 1.4 builds.1. (*:* AND -FieldName[* TO *]) - returns no documents, parsedquery was "+MatchAllDocsQuery(*:*) -FieldName:[* TO