Re: Solr Negative query

2010-11-14 Thread Leonardo Menezes
try Field1:Val1 AND (*:* NOT Field2:Val2), that shoud work ok On Sun, Nov 14, 2010 at 9:02 AM, Viswa S wrote: > > Dear Solr/Lucene gurus, > I have run into a weird issue trying use a negative condition in my query. > Parser:StandardQueryParserMy Query: Field1:Val1 NOT Field2:Val2Resolved as: > F

Re: solr connection question

2010-07-09 Thread Leonardo Menezes
jarrlll On Fri, Jul 9, 2010 at 10:20 AM, Óscar Marín Miró wrote: > xD > > On Thu, Jul 8, 2010 at 2:58 PM, Alejandro Gonzalez > wrote: > > ok please don't forget it :) > > > > 2010/7/8 Ruben Abad > > > >> Jorl, ok tendré que modificar mi petición de vacaciones :( > >> Rubén Abad > >> > >> >

Job offer / Oferta de trabajo - Madrid, Spain

2010-07-09 Thread Leonardo Menezes
http://www.infojobs.net/pozuelo-de-alarcon/programador-solr/of-icbca57230549aab73e4b484023657f saludos, Leonardo Menezes

Re: steps to improve search

2010-07-02 Thread Leonardo Menezes
most likely due to: EnglishPorterFilterFactory RemoveDuplicatesTokenFilterFactory StopFilterFactory you get those "fake" matches. try going into the admin, on the analysis section. in there you can "simulate" the index/search of a document, and see how its actually searched/indexed. it will give y

Re: steps to improve search

2010-07-02 Thread Leonardo Menezes
..) using these filters. > > > -Original Message- > From: Leonardo Menezes [mailto:leonardo.menez...@googlemail.com] > Sent: sexta-feira, 2 de Julho de 2010 12:07 > To: solr-user@lucene.apache.org > Subject: Re: steps to improve search > > Try > field

Re: steps to improve search

2010-07-02 Thread Leonardo Menezes
Try field:"text to search" On Fri, Jul 2, 2010 at 12:57 PM, Frederico Azeiteiro < frederico.azeite...@cision.com> wrote: > Hi, > > I'm using the default text field type on my schema. > > > > Is there a quick way to do more accurate searches like searching for > "paying for it" only return docs wi

Re: Challenge: Searching for variant products and get basic products in result set

2010-05-19 Thread Leonardo Menezes
gt; If we get a requirement, that a facet shall be "material of doors", we will > need to know which variant was the hit. I would like to be prepared for > that. > > > > > Leonardo Menezes wrote: > > > > would you then need to know in which variant was your ma

Re: Challenge: Searching for variant products and get basic products in result set

2010-05-19 Thread Leonardo Menezes
would you then need to know in which variant was your match produced? because if not, you can just index the whole thing as one single document... On Wed, May 19, 2010 at 4:23 PM, hkmortensen wrote: > > I do searching for products. Each base product exist in variants as well. > One > variant has

Re: Storing RandomSortField

2010-05-19 Thread Leonardo Menezes
Hey, for random sorting, random values are generated in runtime using the seed you passed as one of the parameters to generate the value, among other things. this way, if the value you use as seed is the same in different request, the sorting order should be the same. you could also, for debbuin

Re: Wildcars in Queries

2010-05-17 Thread Leonardo Menezes
http://wiki.apache.org/solr/SolrQuerySyntax On Mon, May 17, 2010 at 11:44 AM, Robert Naczinski < robert.naczin...@googlemail.com> wrote: > How I can do that? I that distribute example I'cant use wildcards ;-( > > 2010/5/17 Leonardo Menezes : > > Yes, also you can use

Re: Wildcars in Queries

2010-05-17 Thread Leonardo Menezes
Yes, also you can use '?' for a single character "wild card". On Mon, May 17, 2010 at 11:21 AM, Robert Naczinski < robert.naczin...@googlemail.com> wrote: > Hi, > > i'm new to solr. Can I use wilcard like '*' in my queries? > > Thanx, > > Robert >

Re: Facet Queries

2010-05-14 Thread Leonardo Menezes
Hey, there´s plenty of documentation about that... http://wiki.apache.org/solr/SimpleFacetParameters#Field_Value_Faceting_Parameters On Fri, May 14, 2010 at 10:38 AM, Rakhi Khatwani wrote: > Hi, >whn i use facet queries, whats the default size of the results > returned? how do we conf