[jira] [Commented] (SOLR-1945) Allow @Field annotations in nested classes using DocumentObjectBinder

2011-07-07 Thread Monica Storfjord (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061129#comment-13061129
 ] 

Monica Storfjord commented on SOLR-1945:


What is the status on this proposal? It would be a great feature and very 
beneficial to my current project! :) Do you have a full solution on this and 
witch version do you think this feature will be released in?

- Monica

> Allow @Field annotations in nested classes using DocumentObjectBinder
> -
>
> Key: SOLR-1945
> URL: https://issues.apache.org/jira/browse/SOLR-1945
> Project: Solr
>  Issue Type: Improvement
>Reporter: Mark Miller
>Assignee: Mark Miller
>Priority: Minor
> Fix For: 3.4, 4.0
>
> Attachments: SOLR-1945.patch
>
>
> see 
> http://search.lucidimagination.com/search/document/d909d909420aeb4e/does_solrj_support_nested_annotated_beans
> Would be nice to be able to pass an object graph to solrj with @field 
> annotations rather than just a top level class

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



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

2011-06-27 Thread Monica Storfjord (JIRA)

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



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

2011-06-24 Thread Monica Storfjord (JIRA)

 [ 
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 ) 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( ) 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  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



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

2011-06-23 Thread Monica Storfjord (JIRA)
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( ) 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