Opened 13 years ago
Closed 13 years ago
#902 closed defect (fixed)
Lucene / Category field should not be tokenized
Reported by: | fxp | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | v2.7.0 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Category field added to the index is the key of the category (not a label). KeywordAnalyzer will not tokenized and analyzed the field which is better for searching on _cat field.
Note:
See TracTickets
for help on using tickets.
Committed revision 9119.