nder\", \"\"]]",
>> > > >"[]",
>> > > >"[[\"hifte\", \"Grop\", \"\"]]"
>> > > >]
>> > > >
>> > > >// Doc 2
>> > > >
>> > > >&
"[[\"Ethan\", \"G\", \"\"],[\"Steve\", \"\", \"\"]]",
> > > >"[]",
> > > >]
> > > >
> > > >Here, how do I find the document with Name that co
t doesn't work.
> > >
> > >
> > >
> > >
> > >
> > >On Fri, Jun 6, 2014 at 11:10 AM, Ahmet Arslan >
> > >wrote:
> > >
> > >> Hi Ethan,
> > >>
> > >>
> > >> It is hard to unde
> >
> > >
> > >
> > >
> > >On Fri, Jun 6, 2014 at 11:10 AM, Ahmet Arslan >
> > >wrote:
> > >
> > >> Hi Ethan,
> > >>
> > >>
> > >> It is hard to understand your example. Can you re-write it?
e-write it? Using xml?
> >>
> >>
> >>
> >> On Friday, June 6, 2014 9:07 PM, Ethan wrote:
> >> Bumping the thread to see if anyone has a solution.
> >>
> >>
> >>
> >>
> >>
> >> On Thu, Jun 5, 2014 at 9:
> >>
> >>
> >> On Friday, June 6, 2014 9:07 PM, Ethan wrote:
> >> Bumping the thread to see if anyone has a solution.
> >>
> >>
> >>
> >>
> >>
> >> On Thu, Jun 5, 2014 at 9:52 AM, Ethan wrote:
> >>
&
Wildcard search do work on multiValued field. I was able to pull up
>> > records for following multiValued field -
>> >
>> > Code : [
>> > "12344",
>> > "4534",
>> > "674"
>> > ]
>> >
>> > q=Code:45* fe
t; > > records for following multiValued field -
> > >
> > > Code : [
> > > "12344",
> > > "4534",
> > > "674"
> > > ]
> > >
> > > q=Code:45* fetched the correct document. It doesn't work
ed the correct document. It doesn't work in
> > quotes(q="Code:45*"), however. Is there a workaround?
> >
> >
> > On Thu, Jun 5, 2014 at 9:34 AM, Ethan wrote:
> >
> >> Are you implying there is not way to lookup on a multiValued field with
sky
-Original Message-
From: Ethan
Sent: Thursday, June 19, 2014 5:16 PM
To: solr-user ; Ahmet Arslan
Subject: Re: Multivalue wild card search
Ahmet,
Assuming there is a multiValued field called "Name" of type string stored
in index -
//Doc 1
"id" : 23512
"Ho
ot;,
> > "674"
> > ]
> >
> > q=Code:45* fetched the correct document. It doesn't work in
> > quotes(q="Code:45*"), however. Is there a workaround?
> >
> >
> > On Thu, Jun 5, 2014 at 9:34 AM, Ethan wrote:
> >
> >&
Wildcard, fuzzy, and regex query do work on multivalued fields, but on only
a single value at a time. Your match cannot occur across values.
-- Jack Krupansky
-Original Message-
From: Ethan
Sent: Thursday, June 5, 2014 12:52 PM
To: solr-user
Subject: Re: Multivalue wild card search
ote:
>>
>>> Wildcard, fuzzy, and regex query operate on a single term of a single
>>> tokenized field value or a single string field value.
>>>
>>> -- Jack Krupansky
>>>
>>> -Original Message- From: Ethan
>>> Sent: Wedne
le string field value.
>>>
>>> -- Jack Krupansky
>>>
>>> -Original Message- From: Ethan
>>> Sent: Wednesday, June 4, 2014 6:59 PM
>>> To: solr-user
>>> Subject: Multivalue wild card search
>>>
>>>
and regex query operate on a single term of a single
>> tokenized field value or a single string field value.
>>
>> -- Jack Krupansky
>>
>> -Original Message----- From: Ethan
>> Sent: Wednesday, June 4, 2014 6:59 PM
>> To: solr-user
>> Subjec
string field value.
>
> -- Jack Krupansky
>
> -Original Message- From: Ethan
> Sent: Wednesday, June 4, 2014 6:59 PM
> To: solr-user
> Subject: Multivalue wild card search
>
>
> I can't seem to find a solution to do wild card search on a multiValued
> fi
Wildcard, fuzzy, and regex query operate on a single term of a single
tokenized field value or a single string field value.
-- Jack Krupansky
-Original Message-
From: Ethan
Sent: Wednesday, June 4, 2014 6:59 PM
To: solr-user
Subject: Multivalue wild card search
I can't seem to
I can't seem to find a solution to do wild card search on a multiValued
field.
For Eg consider a multiValued field called "Name" with 3 values -
"Name" : [
"[[\"Ethan\", \"G\", \"\"],[\"Steve\", \"Wonder\", \"\"]]",
"[]",
"[[\"hifte\", \"Grop\", \"\"]]"
]
For a multiValued like above, I want sea
18 matches
Mail list logo