Implement a relaxed PhraseQuery?

2008-03-23 Thread climbingrose
Hi all, I posted this in Solr mailing but then I thought it would be more appropriate to have it here. I thought many people would encounter the situation I'm having here. Basically, we'd like to have a PhraseQuery with "minimum should match" property similar to BooleanQuery. Consider the query "

Re: Implement a relaxed PhraseQuery?

2008-03-24 Thread climbingrose
v.next.previous = prev; >} >last.previous = insertp; // enqueue >last.next = insertp.next; >if (last.next != null) >last.next.previous = last; >