Re: "begins with" searches

2009-10-31 Thread Avlesh Singh
ords="stopwords.txt"/> > generateWordParts="1" generateNumberParts="1" catenateWords="1" > catenateNumbers="1" catenateAll="0"/> > > protected="protwords.txt"/> > > > >

RE: "begins with" searches

2009-10-29 Thread Bernadette Houghton
Bern -Original Message- From: Avlesh Singh [mailto:avl...@gmail.com] Sent: Thursday, 29 October 2009 12:35 PM To: solr-user@lucene.apache.org Subject: Re: &quo

Re: "begins with" searches

2009-10-28 Thread Avlesh Singh
say that I'm going to need to change the field type > to "edgytext". Which won't achieve the result I want, viz. the current "all" > plus the edgytext. Any way to achieve this? > > Thanks! > bern > > -Original Message- > From: Avlesh S

RE: "begins with" searches

2009-10-28 Thread Bernadette Houghton
ytext. Any way to achieve this? Thanks! bern -Original Message- From: Avlesh Singh [mailto:avl...@gmail.com] Sent: Wednesday, 28 October 2009 3:30 PM To: solr-user@lucene.apache.org Subject: Re: "begins with" searches > > My next issue relates to how to get the results of

Re: "begins with" searches

2009-10-27 Thread Avlesh Singh
; (which uses the edgytext) yields 16 documents, but a search on > all:"Houghton, B" (which doesn't) yields only 9. I thought the solution > should be but that doesn't do > the trick. > > Thanks! > > bern > -Original Message- > From: Avlesh Sin

RE: "begins with" searches

2009-10-27 Thread Bernadette Houghton
> reading the query as "author beginning with surname AND author beginning > with firstname", which yields nil results. > > Is there an analyser that will strip the whitespace out altogether? Or > another alternative? > > bern > > -Original Message- > Fr

Re: "begins with" searches

2009-10-26 Thread Avlesh Singh
uthor beginning > with firstname", which yields nil results. > > Is there an analyser that will strip the whitespace out altogether? Or > another alternative? > > bern > > -Original Message- > From: Avlesh Singh [mailto:avl...@gmail.com] > Sent: Monday, 2

RE: "begins with" searches

2009-10-26 Thread Bernadette Houghton
ilto:avl...@gmail.com] Sent: Monday, 26 October 2009 6:32 PM To: solr-user@lucene.apache.org Subject: Re: "begins with" searches Read up of setting-up these kind searches here - http://www.lucidimagination.com/blog/2009/09/08/auto-suggest-from-popular-queries-using-edgengrams/ C

Re: "begins with" searches

2009-10-26 Thread Gerald Snyder
Are you using the field name suffixes like Blacklight?xxx_text, _xxx_facet, xxx_string? With the xxx_string field you can request "begins with" search, but you may need some different search term normalization than with a _text search. Gerald Snyder Florida Center for Library Automatio

Re: "begins with" searches

2009-10-26 Thread Avlesh Singh
Read up of setting-up these kind searches here - http://www.lucidimagination.com/blog/2009/09/08/auto-suggest-from-popular-queries-using-edgengrams/ Cheers Avlesh On Mon, Oct 26, 2009 at 7:43 AM, Bernadette Houghton < bernadette.hough...@deakin.edu.au> wrote: > We need to offer "begins with" typ

"begins with" searches

2009-10-25 Thread Bernadette Houghton
We need to offer "begins with" type searches, e.g. a search for "surname, f" will retrieve "surname, firstname", "surname, f", "surname fm" etc. Ideally, the user would be able to enter something like "surname f*". However, wildcards don't work on phrase searches, nor do range searches. Any sug