Skip to content

Commit 8b90cd0

Browse files
authored
Merge pull request #2062 from Danielle9897/RDoc-3407-fixAnalyzersAtQueryTime
RDoc-3407 [Node.js] Analyzers at query time: fix text format
2 parents 74f501c + 9012e70 commit 8b90cd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/6.0/Raven.Documentation.Pages/indexes/using-analyzers.js.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ There are two exceptions to this rule:
7878
However, at query time, when performing a full-text search on that field,
7979
the default [RavenStandardAnalyzer](../indexes/using-analyzers#using-the-default-search-analyzer) is used to tokenize the search term from the query predicate.
8080

81-
Currently, for query time, you cannot specify a different analyzer than the one defined in the index definition,
82-
so to address this issue, you have two options:
83-
* Increase the [MaxGram](../server/configuration/indexing-configuration#indexing.lucene.analyzers.ngram.maxgram) value to generate larger tokens during indexing (when using Lucene).
84-
* Use a different analyzer other than _NGramAnalyzer_ that better matches your requirements.
81+
Currently, for query time, you cannot specify a different analyzer than the one defined in the index definition,
82+
so to address this issue, you have two options:
83+
* Increase the [MaxGram](../server/configuration/indexing-configuration#indexing.lucene.analyzers.ngram.maxgram) value to generate larger tokens during indexing (when using Lucene).
84+
* Use a different analyzer other than _NGramAnalyzer_ that better matches your requirements.
8585

8686
2. Behavior is also different when making a full-text search with wildcards in the search terms.
8787
This is explained in detail in [Searching with wildcards](../indexes/querying/searching#searching-with-wildcards).

0 commit comments

Comments
 (0)