Displaying 1 result from an estimated 1 matches for "as_group_query".
2012 Jun 29
0
Adding Bi-gram in the QueryParser and Object.
...ether.*(Bigram can be added)*
Implementation is similar to Near,adj.
*Group: *A group of term separated only by white-spaces.*(Bigram can be
added)*
*
*
*Implementation:*
Since the all terms detected as group are added to class *TermGroup* so
when we ask for Query from the Class *TermGroup *using as_group_query then
while parsing terms we can just add the bigrams while iterating list of
terms.
*Wild:*
*Partial:*
*Synonym:*
**This is expanding which follow the pattern,synonym of term.It will pull
out lot of similar terms and form a query with all those words.So
considering this for bi-gram doesn't se...