apache / apache/lucene

PayloadQueryParser addition [LUCENE-2997]

Open
#4,071 5 comments 0 reactions 1 assignee Claimed by @erikhatcher View on GitHub
affects-version:3.0.1 legacy-jira-fix-version:4.9 legacy-jira-fix-version:6.0 legacy-jira-label:dead legacy-jira-label:features legacy-jira-label:patch legacy-jira-priority:Major module:core/queryparser type:enhancement
Dominant language
Java
Stars
3.6k
Forks
1.4k
Avg merge
2d 11h
Merged PRs (30d)
88

Description

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](https://issues.apache.org/jira/browse/LUCENE-2997) by Edward Drapkin, 1 vote, updated Jun 23 2017
Environment:
```
n/a
```

Attachments: [PayloadQueryParser.java](https://apache.github.io/lucene-jira-archive/attachments/LUCENE-2997/PayloadQueryParser.java)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.