On 2/26/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote:
On 2/26/07, Ken Krugler <[EMAIL PROTECTED]> wrote:

> ...I was trying out the MoreLikeThis support, and getting some odd results...

Thanks for the info, I have added a link to your message at
https://issues.apache.org/jira/browse/SOLR-69

Is it possible to modify MoreLikeThis to use the schema.xml-defined
analyzer?  That's the way the highlighting code currently works (it
picks the index-time analyzer).

It woudl be nice for as many features as possible to work without term
vectors.  I sometimes wonder whether schema.xml exposes the right
level of abstraction (it is currently very lucene-guts-y).  Options
like compressed are nice as we are free to change the implementation.
canPerformMoreLikeThis=true gives us more flexibility in the future.

Then again, perhaps all that is needed is a nice table... something
like http://wiki.apache.org/solr/FieldOptionsByUseCase?

-Mike

Reply via email to