,
exists(query({!v='code4:'}))
)
Regards,
Prasanna
-Original Message-
From: Michael Kuhlmann [mailto:k...@solr.info]
Sent: Thursday, November 24, 2016 4:29 PM
To: solr-user@lucene.apache.org
Subject: Re: Again : Query formulation help
Hi Prasanna,
there's no such filter out-of
:(
Thanks Michael.
Regards,
Prasanna.
-Original Message-
From: Michael Kuhlmann [mailto:k...@solr.info]
Sent: Thursday, November 24, 2016 4:29 PM
To: solr-user@lucene.apache.org
Subject: Re: Again : Query formulation help
Hi Prasanna,
there's no such filter out-of-the-box.
Hi Prasanna,
there's no such filter out-of-the-box. It's similar to the mm parameter
in (e)dismax parser, but this only works for full text searches on the
same fields.
So you have to build the query on your own using all possible permutations:
fq=(code1: AND code2:) OR (code1: AND c
Hi,
Need to formulate a distinctive field values query on 4 fields with minimum
match on 2 fields
I have 4 fields in my core
Code 1 : Values between 1001 to
Code 2 : Values between 1001 to
Code 3 : Values between 1001 to
Code 4 : Values between 1001 to
I want to
rstaff [mailto:j...@johnbickerstaff.com]
> Sent: Wednesday, October 26, 2016 9:26 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Query formulation help
>
> For what it's worth- you can do some complex stuff - including using document
> fields as "variables" --
ent: Wednesday, October 26, 2016 9:26 PM
To: solr-user@lucene.apache.org
Subject: Re: Query formulation help
For what it's worth- you can do some complex stuff - including using document
fields as "variables" -- I did it on an Solr query endpoint (like
/search) because I had stuff
26, 2016 9:26 PM
To: solr-user@lucene.apache.org
Subject: Re: Query formulation help
For what it's worth- you can do some complex stuff - including using document
fields as "variables" -- I did it on an Solr query endpoint (like
/search) because I had stuff that was constant for ev
For what it's worth- you can do some complex stuff - including using
document fields as "variables" -- I did it on an Solr query endpoint (like
/search) because I had stuff that was constant for every query. The syntax
is challenging, but it can be done.
I won't confuse the issue more unless you
On Wed, Oct 26, 2016 at 4:00 PM, Prasanna S. Dhakephalkar
wrote:
> Hi,
>
> Thanks for reply, I did
>
> "q": "cost:[2 TO (2+5000)]"
>
> Got
>
> "error": {
> "msg": "org.apache.solr.search.SyntaxError: Cannot parse 'cost:[2 to
> (2+5000)]': Encountered \" \"(2+5000) \"\"
Ahh - I see what you're after (I think)
This page should be helpful for you:
https://cwiki.apache.org/confluence/display/solr/Function+Queries
again, I'd try using the Admin UI as a test phase to get things right (and
see the syntax in the URL that comes back on the response)
Open the edismax s
On 10/26/2016 9:00 AM, Prasanna S. Dhakephalkar wrote:
> Hi, Thanks for reply, I did "q": "cost:[2 TO (2+5000)]"
Solr doesn't support doing math in that way in a query, except with
dates. It's invalid syntax for a range query. Tom's reply was correct,
but was phrased in a way that makes
ot worked. I am missing something. I donot know what. May be how to
> invoke functions.
>
> Regards,
>
> Prasanna.
>
>
> -Original Message-
> From: Tom Evans [mailto:tevans...@googlemail.com]
> Sent: Wednesday, October 26, 2016 3:07 PM
> To: solr-user@lucene.a
ething. I donot know what. May be how to
invoke functions.
Regards,
Prasanna.
-Original Message-
From: Tom Evans [mailto:tevans...@googlemail.com]
Sent: Wednesday, October 26, 2016 3:07 PM
To: solr-user@lucene.apache.org
Subject: Re: Query formulation help
On Wed, Oct 26, 2016 at
On Wed, Oct 26, 2016 at 8:03 AM, Prasanna S. Dhakephalkar
wrote:
> Hi,
>
>
>
> May be very rudimentary question
>
>
>
> There is a integer field in a core : "cost"
>
> Need to build a query that will return documents where 0 <
> "cost"-given_number < 500
>
cost:[given_number TO (500+given_numb
Hi,
May be very rudimentary question
There is a integer field in a core : "cost"
Need to build a query that will return documents where 0 <
"cost"-given_number < 500
How can this be achieved ?
Thanks.
Prasanna.
15 matches
Mail list logo