Revision 8587
Added by Peter Slaughter almost 11 years ago
docs/user/metacat/source/statistics-service.rst | ||
---|---|---|
86 | 86 |
The query service should provide results quickly, as it will be used to construct the user dashboard and possibly other UI elements. |
87 | 87 |
|
88 | 88 |
Statistics Service Solr Index |
89 |
------------------------ |
|
89 |
-----------------------------
|
|
90 | 90 |
Currently Metacat writes access information to the table ‘access_log’ that has the fields: |
91 | 91 |
|
92 | 92 |
=========== =========================== |
... | ... | |
106 | 106 |
the ‘systemmetadata’ table into a new Solr index that will be configured in Metacat as a second Solr core. The new Solr index will |
107 | 107 |
be based on access events and will contain the fields shown in the following table: |
108 | 108 |
|
109 |
============== ========= |
|
109 |
============== ===========
|
|
110 | 110 |
name ddata type |
111 |
----------- ---------------------------
|
|
111 |
-------------- -----------
|
|
112 | 112 |
id str |
113 | 113 |
datetime date |
114 | 114 |
event str |
... | ... | |
118 | 118 |
principal str |
119 | 119 |
size int |
120 | 120 |
formatId str |
121 |
============== ========= |
|
121 |
============== ===========
|
|
122 | 122 |
|
123 | 123 |
The new Solr index will contain the following fields: |
124 | 124 |
|
Also available in: Unified diff
minor formatting error