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/23 15:00:47 UTC

[jira] [Created] (SOLR-2618) Indexing and search on more then one object

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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


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

Posted by "Monica Storfjord (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056338#comment-13056338 ] 

Monica Storfjord commented on SOLR-2618:
----------------------------------------

Thank you for the link. It was an interesting article. 

- Monica

> 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


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

Posted by "Monica Storfjord (JIRA)" <ji...@apache.org>.
     [ 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


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

Posted by "Jan Høydahl (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13055041#comment-13055041 ] 

Jan Høydahl commented on SOLR-2618:
-----------------------------------

You might want to talk to Chris Male who held a talk about improving SolrJ for interacting with domain objects at Berlin Buzzwords: http://berlinbuzzwords.de/sites/berlinbuzzwords.de/files/IntegratingSolrJEEApplications.pdf

I think your idea about storing a class name with the document and using reflection to pick the right domain object is interesting..

> 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