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

Rename position_offset_gap to position_increment_gap #13056

Merged
merged 1 commit into from
Aug 26, 2015

Commits on Aug 26, 2015

  1. The name "position_offset_gap" is confusing because Lucene has three

    similar sounding things:
    
    * Analyzer#getPositionIncrementGap
    * Analyzer#getOffsetGap
    * IndexOptions.DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS and
    * FieldType#storeTermVectorOffsets
    
    Rename position_offset_gap to position_increment_gap
    closes elastic#13056
    xuzha committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    fb2be6d View commit details
    Browse the repository at this point in the history