ave to verify that some documents with 'name_long:"paisley, ian"' also
> contain that name in either "constituencies", "label", or "office". It
> could be that things aren't being indexed as you think.
>
> James Dyer
> E-Commerce
name_long:"paisley, ian"
*:* OR (constituencies:(ian paisley) OR label:(ian paisley) OR office:(ian
paisley))
Does actually give me incorrect results for other queries. :(
On Thu, Jan 10, 2013 at 7:42 PM, Michael Jones wrote:
> My fields are
>
> required="
ure out why things are not matching.
>
> James Dyer
> E-Commerce Systems
> Ingram Content Group
> (615) 213-4311
>
>
> -Original Message-
> From: Michael Jones [mailto:michaelj...@gmail.com]
> Sent: Thursday, January 10, 2013 11:48 AM
> To: solr-user@lucene.apa
ky wrote:
> You're using query and filter query backwards - the query is what you are
> looking for (the OR), while the filter query is the constraint on the query
> - the drill down.
>
>
> -- Jack Krupansky
>
> -Original Message- From: Michael Jones
>
multiple fields.
>
> Also be careful to put a space between each left parenthesis and field
> name since there is a known bug that causes such queries to fail.
>
> -- Jack Krupansky
>
> -Original Message- From: Michael Jones
> Sent: Thursday, January 10, 2013 6:24 AM
Hi,
I have a query that searches through every field to find the text 'london'
(constituencies:(london) OR label:(london) OR name:(london) OR
office:(london))
Which works fine, but when I want to filter my results. Say I want to
filter down to constituencies that exactly match 'london', but also
Brilliant! Thank you!
On Wed, Jan 9, 2013 at 1:37 PM, Upayavira wrote:
> q=name:(ian paisley)&q.op=AND
ight be OR
> (and check docs for mm parameter on the Wiki) or there are ngrams involved.
> Former is more likely.
>
> Otis
> Solr & ElasticSearch Support
> http://sematext.com/
> On Jan 9, 2013 6:16 AM, "Michael Jones" wrote:
>
> > Also. I'm allowing us
Also. I'm allowing users to do enter a name with quotes to search for an
exact name. So at the moment only "smith, robert" will return any results
where *robert smith* will return all variations including 'smith, herbert'
On Wed, Jan 9, 2013 at 11:09 AM, Michael Jones w
. It's used
> to boost docs with the same style of writing like the users input.
>
> Uwe
>
> Am 08.01.2013 15:30, schrieb Michael Jones:
>
> Hi,
>>
>> What would be the best fieldtype for a persons name? at the moment I'm
>> using text_general but,
Hi,
What would be the best fieldtype for a persons name? at the moment I'm
using text_general but, if I search for bob smith, some results I get back
might be rob thomas. In that it's matched 'ob'.
But I only really want results that are either
'bob smith'
'bob, smith'
'smith, bob'
'smith bob'
in 4.0 can
>be used by the way proposed here http://goo.gl/R2bxc video
>http://vimeo.com/album/2012142/video/33817062
>
> Have a good dive!
>
>
> On Mon, Dec 10, 2012 at 12:27 PM, Michael Jones >wrote:
>
> > Hi,
> >
> > I know that solr doesn't p
12 matches
Mail list logo