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.
> 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
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
--- 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
" 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