Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastic/elasticsearch-analysis-kuromoji
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: elastic/elasticsearch-analysis-kuromoji
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: es-1.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 26, 2014

  1. Update to elasticsearch 1.1.0 / Lucene 4.7.0

    Closes #28.
    dadoonet committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    3f96914 View commit details
    Browse the repository at this point in the history
  2. Check elasticsearch version SNAPSHOT dependency

    (cherry picked from commit 20a83fe)
    dadoonet committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    07fa2aa View commit details
    Browse the repository at this point in the history
  3. Manage per version documentation links

    (cherry picked from commit 06528f4)
    dadoonet committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    2085675 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e3590a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c9c211 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2014

  1. Create branch es-1.2

    (cherry picked from commit 0add553)
    dadoonet committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    f8a18da View commit details
    Browse the repository at this point in the history
  2. Update to Lucene 4.8 / Elasticsearch 1.2.0

    Closes #30.
    dadoonet committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    bf7cc95 View commit details
    Browse the repository at this point in the history
  3. Add Lucene version in plugin.properties file

    Closes #33.
    dadoonet committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    fd508b8 View commit details
    Browse the repository at this point in the history
  4. Not registered as a global analyzer

    The `kuromoji` analyzer is not registered as a global analyzer, so this fails:
    
        POST /_analyze?analyzer=kuromoji&text=J R 新宿駅の近くにビールを飲みに行こうか
    
        {
           "error": "ElasticsearchIllegalArgumentException[failed to find analyzer [kuromoji]]",
           "status": 400
        }
    
    But this succeeds:
    
        PUT /t
        POST /t/_analyze?analyzer=kuromoji&text=J R 新宿駅の近くにビールを飲みに行こうか
    
    Closes #31.
    (cherry picked from commit a8ad051)
    johtani authored and dadoonet committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    e3e8ed4 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2014

  1. Fix integration tests

    Due to change in test infra, we disable by default automatic loading for classpath plugins (see elastic/elasticsearch@75efa47), we need to explicitly enable it again.
    dadoonet committed May 23, 2014
    Configuration menu
    Copy the full SHA
    172d12e View commit details
    Browse the repository at this point in the history
  2. Update to elasticsearch 1.3

    Closes #35.
    dadoonet committed May 23, 2014
    Configuration menu
    Copy the full SHA
    7bb3790 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2014

  1. Add integration tests

    Closes #36.
    
    (cherry picked from commit 168817a)
    dadoonet committed May 28, 2014
    Configuration menu
    Copy the full SHA
    f2c83df View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2014

  1. Update to Lucene 4.9.0

    Closes #37.
    dadoonet committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    5243bdc View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2014

  1. Update to elasticsearch 1.3

    Related to #35.
    dadoonet committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    fbe3129 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59e6666 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9deedd9 View commit details
    Browse the repository at this point in the history
Loading