Just cant figure this out, ...or do I have to do this programmatically?
Have a facet, and field in an document called estimatedRepairs, it is
declared in the schema.xml as
I execute a query with the below parameters
q=state%3Avirgina;
&facet.query=estimatedRepairs:[*+TO+1000.0]
&fa
<[EMAIL PROTECTED]>
Reply-To: solr-user@lucene.apache.org
To: solr-user@lucene.apache.org
Subject: Re: AW: Leading wildcards
Date: Fri, 27 Apr 2007 16:25:37 -0700 (PDT)
: when we do a search on a nonexisting field, we get a SolrException:
: undefined field
: (this was for query "no
: when we do a search on a nonexisting field, we get a SolrException:
: undefined field
: (this was for query "nonfield:test")
:
: but when we use wildcards in our query, we dont get the undefined field
: exception,
: so the query "nonfield:*test" works fine ... just zero results...
:
: is this n
hey,
we've stumbled on something weird while using wildcards
we enabled leading wildcards in solr (see previous message from Christian
Burkamp)
when we do a search on a nonexisting field, we get a SolrException:
undefined field
(this was for query "nonfield:test")
but when we use wildcards
moment.
grts,m
"Michael Kimsal" <[EMAIL PROTECTED]>
20/04/2007 16:30
Please respond to
solr-user@lucene.apache.org
To
solr-user@lucene.apache.org
cc
Subject
Re: AW: Leading wildcards
Maarten:
Would you mind sharing your custom query parser?
On 4/20/07, [EMAIL PROTECTED] &
Maarten:
Would you mind sharing your custom query parser?
On 4/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
thanks, this worked like a charm !!
we built a custom "QueryParser" and we integrated the *foo** in it, so
basically we can now search leading, trailing and both ...
only crapp
thanks, this worked like a charm !!
we built a custom "QueryParser" and we integrated the *foo** in it, so
basically we can now search leading, trailing and both ...
only crappy thing is the max Boolean clauses, but i'm going to look into
that after the weekend
for the next release of Solr :
d