Collections are really tough in Lucene because you have to flatten the 
document. I struggled against it for some time on a project a few years ago and 
ultimately decided to index the relationships separately and then merge the 
results.


Sent from my iPhone

> On Jul 13, 2017, at 11:13 AM, Dan Smith <dsm...@pivotal.io> wrote:
> 
> +1 Looks good. I think we should consider adding support for collections as
> well, but that doesn't have to be in the first cut.
> 
> -Dan
> 
>> On Wed, Jul 12, 2017 at 10:37 AM, Diane Hardman <dhard...@pivotal.io> wrote:
>> 
>> The Geode 1.2.0 release includes Lucene text search fully integrated and
>> tested (no longer experimental). We are now proposing enhancements to
>> improve Lucene usability in Geode.
>> 
>> Some Geode users create data models that include nested and complex
>> objects. The current Geode Lucene integration supports indexing and
>> querying only the top-level fields in the data object. The objective of
>> this proposal is to support indexing and querying an arbitrary depth of
>> nested objects.
>> 
>> 
>> Please review the proposal in the following wiki page and give us your
>> feedback.
>> 
>> https://cwiki.apache.org/confluence/display/GEODE/
>> Lucene+Text+Search+on+Nested+Object
>> 

Reply via email to