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

Hoss Man commented on SOLR-7812:
--------------------------------

this is already mostly possible with the ManagedSchema and Schema API -- 
there's just no slick UI around it.

* create a collection for doing experiments in
* iterate over...
** use the Schema API to (re)define a field type with the index/query analyzers 
you want to experiment with
** iterate over...
*** use the Analysis handlers to sanity check that various inputs behave the 
way you think they should
** index some test documents
** iterate over...
*** execute various queries to see what results you get and if you are happy
** delete all docs
* delete the experiment collection


> Need a playground to quickly test analyzer stacks
> -------------------------------------------------
>
>                 Key: SOLR-7812
>                 URL: https://issues.apache.org/jira/browse/SOLR-7812
>             Project: Solr
>          Issue Type: Wish
>          Components: Schema and Analysis
>            Reporter: Alexandre Rafalovitch
>            Priority: Minor
>              Labels: analyzers, beginners, usability
>
> (from email by Robert Oschler)
> (Would be useful to have)... a convenient "playground" for testing index and 
> query filters?
> I'm  imagining a utility where you can select a set of index and query
> filters, and then enter  a string as a test "document" and a query string
> and see what kind of scores come back during a matching attempt.  This
> would be a big aid in crafting an indexing/query scheme to get the desired
> matching profile working.  Otherwise the only technique I can think of is
> to iteratively modify the schema file and retest with the admin panel with
> each combination of filters.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to