Re: OR query

2013-01-10 Thread Michael Jones
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

Re: OR query

2013-01-10 Thread Michael Jones
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="

Re: OR query

2013-01-10 Thread Michael Jones
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

Re: OR query

2013-01-10 Thread Michael Jones
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 >

Re: OR query

2013-01-10 Thread 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

OR query

2013-01-10 Thread Michael Jones
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

Re: fieldtype for name

2013-01-09 Thread Michael Jones
Brilliant! Thank you! On Wed, Jan 9, 2013 at 1:37 PM, Upayavira wrote: > q=name:(ian paisley)&q.op=AND

Re: fieldtype for name

2013-01-09 Thread Michael Jones
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

Re: fieldtype for name

2013-01-09 Thread Michael Jones
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

Re: fieldtype for name

2013-01-09 Thread Michael Jones
. 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,

fieldtype for name

2013-01-08 Thread Michael Jones
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'

Re: multiple attribute

2012-12-10 Thread Michael Jones
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