apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.69k stars 1.04k forks source link

PayloadQueryParser addition [LUCENE-2997] #4071

Open asfimport opened 13 years ago

asfimport commented 13 years ago

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:

n/a

Attachments: PayloadQueryParser.java

asfimport commented 13 years ago

Edward Drapkin (migrated from JIRA)

PayloadQueryParser implementation.

asfimport commented 12 years ago

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

asfimport commented 11 years ago

Steven Rowe (@sarowe) (migrated from JIRA)

Bulk move 4.4 issues to 4.5 and 5.0

asfimport commented 10 years ago

Uwe Schindler (@uschindler) (migrated from JIRA)

Move issue to Lucene 4.9.

asfimport commented 7 years ago

Erik Hatcher (@erikhatcher) (migrated from JIRA)

Edward Drapkin - long time, sorry! Do you think the new {!payload_score} qparser now suffices?