Re: Can we build complex filter queries in SOLR

2007-09-17 Thread Alessandro Ferrucci
HTH. Alessandro Ferrucci :) On 9/17/07, Dilip.TS <[EMAIL PROTECTED]> wrote: > > Hi, > > I would like to know if we can build a complex filter queryString in SOLR > using the following condition. > (Field1 = "abc" AND Field2 = "def") OR (Field3 = "

Re: no results with regex

2007-07-25 Thread Alessandro Ferrucci
ahhh great help, and the analysis console rocks! again, many thanks alessandro ferrucci :) On 7/25/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 7/25/07, Alessandro Ferrucci <[EMAIL PROTECTED]> wrote: > hey guys, > > I'm having an issue where if I have a docume

no results with regex

2007-07-25 Thread Alessandro Ferrucci
first-name:rick* AND last-name:john*;score desc,last-name asc,first-name asc then I will get that document backwhy would this occur? Both those fields are of type text. thanks alessandro ferrucci :)

boost field without dismax

2007-07-24 Thread Alessandro Ferrucci
also want wildcard patterns supported. What I'd like to do is provide boosting of a last-name field when I do a search. Thanks alessandro ferrucci =]

Re: solr question

2007-07-23 Thread Alessandro Ferrucci
, but that did not boost my last-name when I went to search... grumble grumble... -- alessandro ferrucci =] On 7/23/07, Alessandro Ferrucci <[EMAIL PROTECTED]> wrote: hey thanks for this info. So I've got it almost to where I want my search to be :) I've changed my schema and s

Re: solr question

2007-07-23 Thread Alessandro Ferrucci
ything. My text field is defined as the default schema has it: I would like to be able to support such wildcards thanks a lot -- alessandro ferrucci =] On

solr question

2007-07-20 Thread Alessandro Ferrucci
'd make my qf to be "last-name^2.0 first-name". I'm not realy sure what "fq" param is for, could anyone explain? I'm very new to solr and I'm sure I'm making this way more complex than it actually is to do this :) thanks -- alessandro ferrucci =]

SOLR using sort but not sorting

2007-07-10 Thread Alessandro Ferrucci
Yo guys so I have a very simplistic solr installation. The relevant schema portion is: everything else is set to default. now I do last-name:a* I get all docs wiht last-name starting with a. now I add sort=last-name asc this DOES change the ordering of the docs but

partial word searches

2007-07-08 Thread Alessandro Ferrucci
ing. Any clues? Thanks all -- alessandro ferrucci

Re: update no work

2007-05-16 Thread Alessandro Ferrucci
Good to know. On 5/16/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 5/16/07, Alessandro Ferrucci <[EMAIL PROTECTED]> wrote: > Thank you much. I also tried installing a non-nightly build of solr ( 1.1) > and it works without the mime information bit. The current developm

Re: update no work

2007-05-16 Thread Alessandro Ferrucci
On May 15, 2007, at 12:55 PM, Alessandro Ferrucci wrote: > I installed solr > > solr-2007-05-10.zip > <http://people.apache.org/builds/lucene/solr/nightly/ > solr-2007-05-10.zip> > > I ran example indexing and it indexes it fine. Search also works > fine. > >

update no work

2007-05-15 Thread Alessandro Ferrucci
in request). I'm using curl v 7.15.0 Thanks Alessandro ferrucci