[ 
https://issues.apache.org/jira/browse/SOLR-11007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexandre Rafalovitch closed SOLR-11007.
----------------------------------------
    Resolution: Information Provided

This question should be asked at the Solr Users mailing list. It will be seen 
by many more people there and allow for better discussion. JIRA is for 
bugs/features in the Solr product itself.

> index new discovered fileds of different types
> ----------------------------------------------
>
>                 Key: SOLR-11007
>                 URL: https://issues.apache.org/jira/browse/SOLR-11007
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Thaer Samar
>
> Hi,
> We are trying to index documents of different types. Document have different 
> fields. fields are known at indexing time. We run a query on a database and 
> we index what comes using query variables as field names in solr. Our current 
> solution: we use dynamic fields with prefix, for example feature_i_*, the 
> issue with that
> 1)  we need to define the type of the dynamic field and to be able to cover 
> the type of discovered fields we define the following
>  feature_i_* for integers, feature_t_* for string, feature_d_* for double, 
> ....
> 1.a) this means we need to check the type of the discovered field and then 
> put in the corresponding dynamic field
> 2) at search time, we need to know the right prefix
> We are looking for help to find away to ignore the prefix and check of the 
> type



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to