Re: begins with searches

2009-10-31 Thread Avlesh Singh
/fieldType 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: begins with searches It sounds from what you say that I'm going to need to change the field type

RE: begins with searches

2009-10-29 Thread Bernadette Houghton
=protwords.txt/ filter class=solr.RemoveDuplicatesTokenFilterFactory/ /analyzer /fieldType 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: begins with searches It sounds

RE: begins with searches

2009-10-28 Thread Bernadette Houghton
PM To: solr-user@lucene.apache.org Subject: Re: begins with searches My next issue relates to how to get the results of the author field come up in a search across all fields. For example, a search on author:Houghton, B (which uses the edgytext) yields 16 documents, but a search on all:Houghton

Re: begins with searches

2009-10-28 Thread Avlesh Singh
To: solr-user@lucene.apache.org Subject: Re: begins with searches You are right about the parsing of query terms without a double quote (solrQueryParser's defaultOperator has to be AND in your case). For the problem at hand, two things - 1. Do you have any reason for not doing

Re: begins with searches

2009-10-27 Thread Avlesh Singh
] 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/ Cheers Avlesh On Mon, Oct 26, 2009 at 7

RE: begins with searches

2009-10-27 Thread Bernadette Houghton
@lucene.apache.org Subject: Re: begins with searches You are right about the parsing of query terms without a double quote (solrQueryParser's defaultOperator has to be AND in your case). For the problem at hand, two things - 1. Do you have any reason for not doing a PhraseQuery (query terms enclosed

Re: begins with searches

2009-10-27 Thread Avlesh Singh
Message- From: Avlesh Singh [mailto: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

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 type

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 Automation

RE: begins with searches

2009-10-26 Thread Bernadette Houghton
? Or another alternative? bern -Original Message- From: Avlesh Singh [mailto: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