We're in the process of building a log searcher application.

In order to reduce the index size to improve the query performance, we're exploring the possibility of having:

1. One field for each log line with 'indexed=true & stored=false' that will be used for searching 2. Another field for each log line of type solr.ExternalFileField that will be used only for display purpose.

We realized that currently solr.ExternalFileField supports only float type.

Is there a way we can override this to support string type? Any issues with this approach?

Any ideas are welcome.


Thanks,
-Jibo


Reply via email to