mirror of https://github.com/apache/lucene.git
fix javadocs typo
This commit is contained in:
parent
f8f19562ee
commit
c44a42f6a6
|
@ -809,7 +809,7 @@ public class DirectoryTaxonomyWriter implements TaxonomyWriter {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mapping from old ordinal to new ordinals, used when merging indexes
|
* Mapping from old ordinal to new ordinals, used when merging indexes
|
||||||
* wit separate taxonomies.
|
* with separate taxonomies.
|
||||||
* <p>
|
* <p>
|
||||||
* addToTaxonomies() merges one or more taxonomies into the given taxonomy
|
* addToTaxonomies() merges one or more taxonomies into the given taxonomy
|
||||||
* (this). An OrdinalMap is filled for each of the added taxonomies,
|
* (this). An OrdinalMap is filled for each of the added taxonomies,
|
||||||
|
|
Loading…
Reference in New Issue