Skip to content

Commit

Permalink
[Confluence] Change CQL to remove stop words and search each word ind…
Browse files Browse the repository at this point in the history
…ividually (#494)

* [Confluence] Change CQL query to remove stopwords and search for each word separately

* [Confluence] Add extended stopwords option

* [Confluence] Make note of CONFLUENCE_EXTENDED_STOPWORDS env var in README
  • Loading branch information
scottmx81 authored Oct 8, 2024
1 parent 8e514cb commit d8c57fa
Show file tree
Hide file tree
Showing 6 changed files with 1,028 additions and 704 deletions.
7 changes: 7 additions & 0 deletions confluence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ CONFLUENCE_AUTH_METHOD
This variable is used to configure the connector to use service auth or OAuth authentication. The valid
values are `service_auth` and `oauth`. The default is to run the connector in OAuth mode.

```
CONFLUENCE_EXTENDED_STOPWORDS
```

The connector filters out stop words from NLTK. This variable can be used to extend the NLK stop word list with
a more comprehensive list.

These variables can optionally be put into a `.env` file for development.
A `.env-template` file is provided with all the environment variables that are used by this demo.

Expand Down
Loading

0 comments on commit d8c57fa

Please sign in to comment.