[ 
https://issues.apache.org/jira/browse/SOLR-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892114#action_12892114
 ] 

Yonik Seeley commented on SOLR-2015:
------------------------------------

bq. Ie such that on install you must make an explicit choice and copy the right 
files over, before starting Solr?

Solr doesn't have an installer though... you unzip and  "cd example; java -jar 
start.jar".
And there are also some people interested in multiple languages in the same 
index.  Aside: some of these people would like multiple languages in the same 
field, which is part of the reason why I always felt that a the information 
about how two tokens are related should be produced by the tokenizer/filter 
creating such tokens.

bq. Can we make different example config/schema XML files for whitespace vs 
non-whitespace languages?

I'm not sure what that would accomplish by itself though... it's not like solr 
is much of an out-of-the-box solution for anything.
We have a default example so that people can easily run through the tutorial, 
and execute examples on wiki pages.
If there is a single field type that is good for many non-whitespace languages, 
it seems like we should just add it to the example schema.
And if there is enough demand to demonstrate Solr's international capabilities, 
we could add a few different-language docs to example/exampledocs and perhaps 
even to the tutorial.

More OOTB support for many languages is related to SOLR-1860 too.



> add a config hook for autoGeneratePhraseQueries
> -----------------------------------------------
>
>                 Key: SOLR-2015
>                 URL: https://issues.apache.org/jira/browse/SOLR-2015
>             Project: Solr
>          Issue Type: New Feature
>    Affects Versions: 3.1, 4.0
>            Reporter: Koji Sekiguchi
>            Assignee: Yonik Seeley
>            Priority: Blocker
>             Fix For: 3.1, 4.0
>
>         Attachments: SOLR-2015.patch, SOLR-2015.patch, SOLR-2015.patch
>
>
> After committed LUCENE-2458, a hook for autoGeneratePhraseQueries will be 
> convenient for some situation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to