Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to blevesearch/bleve v2 #5

Merged
merged 4 commits into from
Jan 13, 2021
Merged

Conversation

amnonbc
Copy link

@amnonbc amnonbc commented Jan 13, 2021

No description provided.

mschoch and others added 4 commits January 4, 2021 14:18
depending on the analyzer used, it is possible for the search
term itself to contain characters which should be escaped
before generating html output. this commit adds escaping
on the term itself, and adds some unit tests as well.
+ Update the the yacc rules while parsing query string syntax to
  accommodate a "phrase" as a field name. This will allow for the
  user to use field names that have white spaces in them.

  For example:
    - Index definition has a field "with JSON" searchable as "with JSON"
    - With a match query - {"field": "with JSON", "match": "reserved"}
    - This is previously not supported within the query string syntax,
      but is now possible ..
            +------------------------+
            | "with JSON":"reserved" |
            +------------------------+

+ query_string.y.go is generated using goyacc based on new rules added
  to query_string.y.
+ This addresses https://issues.couchbase.com/browse/MB-41264.
+ This helps de-duplicate all the new rules introduced
  for interpreting field name as a phrase.
* refactor to remove circular deps

* reduce index and segment API surface area

* update Advanced() method (#1509)

* relocate store pkg inside upsidedown (#1510)

* remove Advanced() method from scorch (#1511)

* remove use of dump methods from index reader (#1516)

* remove remaining blevex imports (#1520)

* update analysis.TokenFrequency to use options (#1522)

* switch default index to scorch with latest zap (#1528)

* MatchOperator should be that type instead of int (#1410)

Co-authored-by: Sreekanth Sivasankaran <sreekanth.sivasankaran@couchbase.com>
Co-authored-by: Mario de Frutos Dieguez <mario@defrutos.org>
@amnonbc amnonbc merged commit cf77da1 into redsift:master Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants