Boosting StandardQuery scores with a subquery?

2012-03-22 Thread Sean O'Connor
Hi all, I'm having some trouble wrapping my head around boosting StandardQueries. It looks like the function: query(subquery, default) http://wiki.apache.org/solr/FunctionQuery#query is what I want, but the examples seem to focus on just returning a score (e.g. product of popularity and

Re: Next Word - Any Suggestions?

2010-12-15 Thread Sean O'Connor
Hi Christopher, One option comes to mind: shingles? I have not done anything with them yet, but that is on my radar for sometime about a month out. Speaking unencumbered by experience or substantial understanding, my guess is that shingles would be great for you if you can select

Re: Next Word - Any Suggestions?

2010-11-10 Thread Sean O'Connor
Hi Christopher, I am working my way through trying to implement SpanQueries in Solr (svn trunk). From my lack of progress, I am skeptical that I can help much, but I would be happy to try. I imagine you have already found (either before your message, or after posting it) Grant's

SpanQuery basics in Solr QueryComponent(?)

2010-11-10 Thread Sean O'Connor
Hi all, I seem to be lost in the new flex indexing api. In the older api I was able to extend QueryComponent with my custom component, parse a restricted-syntax user query into a SpanQuery, and then grab an IndexReader. From there I worked with the spanquery's spans. For a bit of