Indexing and search on more then one object
-------------------------------------------

                 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. 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


 


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

        

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

Reply via email to