[jira] [Commented] (SOLR-7812) Need a playground to quickly test analyzer stacks

2015-07-20 Thread Hoss Man (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-7812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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



[jira] [Commented] (SOLR-7812) Need a playground to quickly test analyzer stacks

2015-07-20 Thread Alexandre Rafalovitch (JIRA)

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

Alexandre Rafalovitch commented on SOLR-7812:
-

Well, that was possible with static schema too, really. Just rewrite the file, 
reload the core.

The issue is making user-friendly UI. Which means:
*) Having a list of all possible analytizers
*) Having all their various options described/self-described
*) Running the same query through several stacks at once

Otherwise, it is not a playground but a slog. Hence a question of whether it is 
worth the effort to do that.

 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



[jira] [Commented] (SOLR-7812) Need a playground to quickly test analyzer stacks

2015-07-18 Thread Alexandre Rafalovitch (JIRA)

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

Alexandre Rafalovitch commented on SOLR-7812:
-

The purpose of this issue is to collect votes as an indication of the idea's 
importance. The end result may or may not be within Solr.

 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