n: 'group2',
> group: ['GEB']
>}
> ]
>
> While searching for group:'GE', should return this result:
> [
>{
> description: 'group1',
> group: ['G?', 'GE*']
>}
> ]
>
> And finally
x27;GE*']
}
]
And finally searching for group:'G' should only return one result:
[
{
description: 'group3',
group: ['G']
}
]
Hope that my explanation is clear enough and thanks for your attention and
time..
--
View this message in context:
http://lucene.472066.n3.nabble.com/Help-in-selecting-the-appropriate-feature-to-obtain-results-tp4160944.html
Sent from the Solr - User mailing list archive at Nabble.com.