[ 
https://issues.apache.org/jira/browse/LUCENE-7585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15737593#comment-15737593
 ] 

Ahmet Arslan commented on LUCENE-7585:
--------------------------------------

Here is an excerpt from {{documentation-lint}}

{code}
  [exec] 
build/docs/analyzers-icu/org/apache/lucene/analysis/icu/segmentation/ICUTokenizerFactory.html
     [exec]   missing Fields: CONSUME_ALL_TOKENS
     [exec]   missing Fields: DELIMITER
     [exec]   missing Fields: DICTIONARY
     [exec]   missing Fields: ENCODER
     [exec]   missing Fields: FORMAT
     [exec]   missing Fields: IGNORE_CASE
     [exec]   missing Fields: LUCENE_MATCH_VERSION
     [exec]   missing Fields: MAX
     [exec]   missing Fields: MAX_TOKEN_LENGTH
     [exec]   missing Fields: MIN
     [exec]   missing Fields: PATTERN
     [exec]   missing Fields: PRESERVE_ORIGINAL
     [exec]   missing Fields: PROTECTED
     [exec]   missing Fields: TYPES
     [exec]   missing Fields: WORDS
     [exec] 
     [exec] Missing javadocs were found!
{code}

> Interface for common parameters used across analysis factories
> --------------------------------------------------------------
>
>                 Key: LUCENE-7585
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7585
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/analysis
>    Affects Versions: 6.3
>            Reporter: Ahmet Arslan
>            Assignee: David Smiley
>            Priority: Minor
>             Fix For: master (7.0)
>
>         Attachments: LUCENE-7585.patch, LUCENE-7585.patch
>
>
> Certain parameters (String constants) are same/common for multiple analysis 
> factories. Some examples are {{ignoreCase}}, {{dictionary}}, and 
> {{preserveOriginal}}. These string constants are handled inconsistently in 
> different factories. This is an effort to define most common constants in 
> ({{CommonAnalysisFactoryParams}}) interface and reuse them.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to