[ 
https://issues.apache.org/jira/browse/SOLR-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan McKinley updated SOLR-162:
-------------------------------

    Attachment: SOLR-162-Admin-XML-luke.patch

Updated to:
 * use SOLR-182 rather then implement its own dynamic loading at startup
 * apply without conflicts
 * use Luke 0.7 style to represent more field properties:

"key":{
  "I":"Indexed",
  "T":"Tokenized",
  "S":"Stored",
  "M":"Multivalued",
  "V":"TermVector Stored",
  "o":"Store Offset With TermVector",
  "p":"Store Position With TermVector",
  "O":"Omit Norms",
  "L":"Lazy",
  "B":"Binary",
  "C":"Compressed",
  "f":"Sort Missing First",
  "l":"Sort Missing Last"},
"fields":{
 "id":{
        "type":"string",
        "schema":"I-S----O----l",
        "flags":"I-S----O-----",
        ...
        

> lucene index browser / admin helpers (Luke)
> -------------------------------------------
>
>                 Key: SOLR-162
>                 URL: https://issues.apache.org/jira/browse/SOLR-162
>             Project: Solr
>          Issue Type: New Feature
>          Components: web gui
>            Reporter: Ryan McKinley
>            Priority: Minor
>         Attachments: SOLR-162-Admin-XML-luke.patch, 
> SOLR-162-Admin-XML-luke.patch, SOLR-162-Admin-XML-luke.patch, 
> SOLR-162-Admin-XML-luke.patch, SOLR-162-Admin-XML-luke.patch
>
>
> Luke (http://www.getopt.org/luke/) is a great tool to help learn / understand 
> / debug lucene indexes.
> Solr already does a lot of what luke does... but it could do a bit more.  
> Specifically:
> * browse top terms across all fields (similar to faceting)
> * browse lucene documents / properties directly

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

Reply via email to