Open asfimport opened 13 years ago
Edward Drapkin (migrated from JIRA)
PayloadQueryParser implementation.
Chris M. Hostetter (@hossman) (migrated from JIRA)
Bulk of fixVersion=3.6 -> fixVersion=4.0 for issues that have no assignee and have not been updated recently.
email notification suppressed to prevent mass-spam psuedo-unique token identifying these issues: hoss20120321nofix36
Steven Rowe (@sarowe) (migrated from JIRA)
Bulk move 4.4 issues to 4.5 and 5.0
Uwe Schindler (@uschindler) (migrated from JIRA)
Move issue to Lucene 4.9.
Erik Hatcher (@erikhatcher) (migrated from JIRA)
Edward Drapkin - long time, sorry! Do you think the new {!payload_score}
qparser now suffices?
I recently needed to deploy payloads for my search system and ran into a small wall: there was no query parser available for use with Payloads. I through this one together, extending out of the new modular QueryParser structure.
Attached is the class file. I didn't know what package this would belong in (whether with the query parser or with the rest of the payload functionality in contrib/analyzers), so it's in the default package for now.
I know this is a little, simple thing, but it seemed like something that should probably be included.
Migrated from LUCENE-2997 by Edward Drapkin, 1 vote, updated Jun 23 2017 Environment:
Attachments: PayloadQueryParser.java