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 lucen

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 reference

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) 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 shing

Best way to gather span/token positions from query? (mis-posted to dev list...)

2009-04-30 Thread Sean O'Connor
Hello, I'm trying to find a decent approach for getting token positions out of (or is that into?) Solr query results. Is the best approach to extend a QueryComponent and/or HighlightComponent? I'm new to solr, and still on fairly shaky ground so any pointers or suggestions are quite welcome.