[
https://issues.apache.org/jira/browse/SOLR-2497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated SOLR-2497:
--------------------------------
Attachment: SOLR-2497.patch
MoreLikeThis problem solved, it was as I said. The test included a TrieInt
field into the "similarity fields", so it was used to calculate similarity. As
with previous Solr the TrieField was invisible to MLT this had no effect.
By the way: There is a commented out part with explicitely the MLT field, but I
dont understand it. It seems that it was never understood/supported.
Now, all numeric fields should work with MLT.
Now only the TestDistributedSearch is still failing with a strange date
failure. I'll dig.
> Move Solr to new NumericField stored field impl of LUCENE-3065
> --------------------------------------------------------------
>
> Key: SOLR-2497
> URL: https://issues.apache.org/jira/browse/SOLR-2497
> Project: Solr
> Issue Type: Improvement
> Reporter: Uwe Schindler
> Assignee: Uwe Schindler
> Fix For: 3.2, 4.0
>
> Attachments: SOLR-2497.patch, SOLR-2497.patch
>
>
> This implements the changes to NumericField (LUCENE-3065) in Solr. TrieField
> & Co would use NumericField for indexing and reading stored fields. To enable
> this some missing changes in Solr's internals (Field -> Fieldable) need to be
> done. Also some backwards compatible stored fields parsing is needed to read
> pre-3.2 indexes without reindexing (as the format changed a little bit and
> Document.getFieldable returns NumericField instances now).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]