summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude/query/parser/PhraseParser.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Make defaultIndex part of parser stateJon Bratseth2022-08-161-1/+2
|
* added defaultIndex processing for userInput parsinganton kolhun2022-08-051-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Segment to phrase not and when inside an expicit phraseJon Bratseth2020-06-241-3/+2
|
* Support index-command phrase-segmentingJon Bratseth2019-08-261-1/+1
| | | | | | - Set connectivity to max between items in implicit phrases (always) - Allow indexes to choose to represent implicit phrases by and in legacy parsers by adding index-command: phrase-segmenting false
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Detect language after tokenizationJon Bratseth2017-01-201-1/+1
| | | | | | | This is a prerequisite to try to be smarter about what subset of the input text is used for language detection, however it breaks functionality in one subtle way: If an application does not pass language explicitly (such that it must be detected), and the input is CJK, and there are configured special tokens, those special tokens will not be detected if they are surrounded by word characters (instead of e.g space).
* PublishJon Bratseth2016-06-151-0/+60