If a different analyzer is passed through IndexWriterConfig to IndexWriter during optimization, will it result in any issues?
Thanks
|
If a different analyzer is passed through IndexWriterConfig to IndexWriter during optimization, will it result in any issues? Thanks |
|||||||
|
|
Probably not, as analyzers are only used when analyzing/parsing a document, which does not happen during optimization. |
|||
|
|