Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
Description
- makes it possible to hook in totally different serialization formats for the generated queries.
- the parser has been expanded to also support
- backslash escape chars
- makes brace support optional
- properly implements fielded terms
- make the parser itself is extensible.
here is a proof of concept fork I did:
http://github.com/lsmith77/phpSolrQueryParser/
And a blog explaining how I am using it:
http://pooteeweet.org/blog/1796
Since I will not sign a CLA that includes a software patent clause, I guess someone needs to reimplement things.
Attachments
1.
|
make the parser extensible | Open | Unassigned | |
2.
|
add backslash token support to the parser | Open | Unassigned | |
3.
|
fix support for field prefixed terms | Open | Unassigned | |
4.
|
decouple query generation from the parser | Open | Unassigned |