You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Thomas Murphy (JIRA)" <ji...@apache.org> on 2013/06/25 23:09:21 UTC

[jira] [Comment Edited] (SOLR-4963) Schema Browser does not report stats properly on TrieDateField

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

Thomas Murphy edited comment on SOLR-4963 at 6/25/13 9:08 PM:
--------------------------------------------------------------

Outputs of Admin panel on the index where this issue was encountered. The facet search indicates that the most frequent "collision" of dates is 2 in the whole index.

Output from http://localhost:8983/solr/collection1/admin/luke?wt=json&fl=date
{"responseHeader":{"status":0,"QTime":583},"index":{"numDocs":1000000,"maxDoc":1000000,"deletedDocs":0,"version":223,"segmentCount":1,"current":true,"hasDeletions":false,"directory":"org.apache.lucene.store.NIOFSDirectory:org.apache.lucene.store.NIOFSDirectory@/Users/thomas.murphy/Documents/solr-server/solr/collection1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6e3404f","userData":{"commitTimeMSec":"1372190047886"},"lastModified":"2013-06-25T19:54:07.886Z"},"fields":{"date":{"type":"tdate","schema":"ITS------F------","index":"-TS-------------","docs":1000000,"distinct":3988085,"topTerms":["1970-01-01T00:00:00Z",999984,"1970-01-01T00:00:00Z",999984,"1970-01-01T00:00:00Z",999984,"1970-01-01T00:00:00Z",999984,"1983-01-25T04:27:40.416Z",64422,"1970-01-01T00:00:00Z",64307,"1974-05-10T17:29:13.472Z",64305,"1989-08-07T06:41:30.624Z",63981,"1972-03-06T08:44:36.736Z",63964,"1980-11-20T19:43:03.68Z",63889],"histogram":["1",3811101,"2",85359,"4",10212,"8",22026,"16",40816,"32",17218,"64",6,"128",0,"256",0,"512",466,"1024",693,"2048",163,"4096",0,"8192",0,"16384",0,"32768",10,"65536",11,"131072",0,"262144",0,"524288",0,"1048576",4]}},"info":{"key":{"I":"Indexed","T":"Tokenized","S":"Stored","D":"DocValues","M":"Multivalued","V":"TermVector Stored","o":"Store Offset With TermVector","p":"Store Position With TermVector","O":"Omit Norms","F":"Omit Term Frequencies & Positions","P":"Omit Positions","H":"Store Offsets with Positions","L":"Lazy","B":"Binary","f":"Sort Missing First","l":"Sort Missing Last"},"NOTE":"Document Frequency (df) is not updated when a document is marked for deletion.  df values include deleted documents."}}

                
      was (Author: thomasmurphy):
    Outputs of Admin panel on the index where this issue was encountered. The facet search indicates that the most frequent "collision" of dates is 2 in the whole index.
                  
> Schema Browser does not report stats properly on TrieDateField
> --------------------------------------------------------------
>
>                 Key: SOLR-4963
>                 URL: https://issues.apache.org/jira/browse/SOLR-4963
>             Project: Solr
>          Issue Type: Bug
>          Components: web gui
>    Affects Versions: 4.3
>         Environment: Customized single-core Solr from example running in default Jetty server.
> Apple Inc. Java HotSpot(TM) 64-Bit Server VM (1.6.0_51 20.51-b01-456)
>            Reporter: Thomas Murphy
>            Priority: Minor
>         Attachments: solr-admin-query-facet-date.png, solr-admin-schema-browser-date.png
>
>
> Loading documents into a schema with a TrieDateField and viewing that field in the Schema Browser has distinctly wrong information displayed. Encountered using psudo-randomly generated data. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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