You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Monica Storfjord (JIRA)" <ji...@apache.org> on 2011/06/24 16:31:47 UTC

[jira] [Updated] (SOLR-2618) Indexing and search on more then one type (Mapping)

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

Monica Storfjord updated SOLR-2618:
-----------------------------------

    Description: 
It would be very beneficial for a project that I am currently working on to have the ability to index and search on various subclasses of an object and map the objects directly to the actual domain-object. This functionality exist in Hibernate search for instance. Is this something that future releases have in mind? I would think that this is something that will make the value of Solr more efficient to a lot of users. 

We are testing SolrJ 3.2 with the use of the SolrJ client and the web interface to index change and search. It should be possible to make a solution that map against a special type field(like <field name="classtype" type="class">) in schemas.xml that are indexed every time and use reflection against the actual class?

- Monica


 


  was:
It would be very beneficial for a project that I am currently working on to have the ability to index and search on various subclasses of an object and map the objects directly to the actual domain-object. We are planning to do an implementation of this feature but if it is a Solr plugin or something that introduce this feature already if will reduce the development time for us greatly!

We are using SolrJ against an Apache Solr 3.2 instance to index, change and search. It should be possible to make a solution that map against a special type field( <field name="classtype" type="class">) in schemas.xml that are indexed every time and use reflection against the actual class?

- Monica


 


        Summary: Indexing and search on more then one type (Mapping)  (was: Indexing and search on more then one object)

> Indexing and search on more then one type (Mapping)
> ---------------------------------------------------
>
>                 Key: SOLR-2618
>                 URL: https://issues.apache.org/jira/browse/SOLR-2618
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>    Affects Versions: 3.2
>            Reporter: Monica Storfjord
>            Priority: Minor
>
> It would be very beneficial for a project that I am currently working on to have the ability to index and search on various subclasses of an object and map the objects directly to the actual domain-object. This functionality exist in Hibernate search for instance. Is this something that future releases have in mind? I would think that this is something that will make the value of Solr more efficient to a lot of users. 
> We are testing SolrJ 3.2 with the use of the SolrJ client and the web interface to index change and search. It should be possible to make a solution that map against a special type field(like <field name="classtype" type="class">) in schemas.xml that are indexed every time and use reflection against the actual class?
> - Monica
>  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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