Re: Get results ordered by field content starting with specific word

2011-10-27 Thread darul
Meaning I need to implement my own QueryParser ? -- View this message in context: http://lucene.472066.n3.nabble.com/Get-results-ordered-by-field-content-starting-with-specific-word-tp3455754p3459064.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Get results ordered by field content starting with specific word

2011-10-27 Thread Ahmet Arslan
> Well, at indexed time I can not touch > because we do not have data to index > anymore. > > To use SpanFirstQuery, I need to make a custom ParserQuery > ? If re-index is not an option, then writing custom is necessary to use SpanFirstQuery. You need to add it as an optional clause (with high b

Re: Get results ordered by field content starting with specific word

2011-10-27 Thread darul
Well, at indexed time I can not touch because we do not have data to index anymore. To use SpanFirstQuery, I need to make a custom ParserQuery ? -- View this message in context: http://lucene.472066.n3.nabble.com/Get-results-ordered-by-field-content-starting-with-specific-word-tp3455754p3457167

Re: Get results ordered by field content starting with specific word

2011-10-27 Thread Ahmet Arslan
--- On Wed, 10/26/11, darul wrote: > From: darul > Subject: Get results ordered by field content starting with specific word > To: solr-user@lucene.apache.org > Date: Wednesday, October 26, 2011, 11:36 PM > I have seen many threads talking > about it but not found any way o

Get results ordered by field content starting with specific word

2011-10-26 Thread darul
" is not at the beginning of the field content. Have you any idea ? I have seen SpanNearQuery, tried FuzzySearch with no success etc...maybe making a special QueryParserPlugin, but I am lost ;) We use Solr 3.4 Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Get-resu