Re: BlockJoinQuery

2013-08-15 Thread vonPuh fonPuhendorf
yes. I need infixsuggester to show suggests on comments only for one specific postid but otherwise contain the whole posts, but after thinking about it ,might just use filter on postid? 1. will this be expensive operation, a bit of overkill just for 1 postid. among 1s 2. i have to make infixs

Re: BlockJoinQuery

2013-08-15 Thread Michael McCandless
Sorry, I'm not following what you're trying to do. It sounds like you want to tweak AnalyzingInfixSuggester to somehow use BlockJoinQuery based on the comments in your user's posts? Can you give more of a big picture here? Mike McCandless http://blog.mikemccandless.com On Thu, Aug 15, 2013 at

Question on wildcard queries, filters, scoring and TooManyClauses exception

2013-08-15 Thread Bill Chesky
Hello, I know this is a perennial question here because I've spent a lot of time searching for an answer. I've seen the discussions about the TooManyClauses exception and I understand generally why you get the it. I see lots of discussion about using filters to avoid it but I still can't get