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

[Confluence] Change CQL to remove stop words and search each word individually #494

Merged
merged 4 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading