This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-eeae3de9-c528-4588-9d7c-ee87a5ea5f07 XWIKI-23940 Open

Implement a Live Data Solr source

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-cf24c47d-6ee7-44f5-b7c6-631d3485d6fd Raphaël Jakse created this issue on 22/Jan/26 15:50
 
Summary: Implement a Live Data Solr source
Issue Type: cid:jira-generated-image-avatar-eeae3de9-c528-4588-9d7c-ee87a5ea5f07 New Feature
Affects Versions: 17.10.2
Assignee: Unassigned
Components: Live Data
Created: 22/Jan/26 15:50
Priority: cid:jira-generated-image-static-minor-1c996c31-5ea0-4dfe-a958-ce48a028ba0d Minor
Reporter: Raphaël Jakse
Description:

It would be useful to have a Solr-based live data source, to be able to find and list documents using solr in a Live Data table.

The Solr source could also support an extra "search query" parameter in addition to the regular column filters (note: it would be extra nice to be able to extend this to support CQL queries as well).

It remains to be seen if we would use Solr just for the query (filtering + sorting) or if we would also get the actual data to display from Solr. The latter would make sense for speed while loading actual documents could have the advantage that it would be much easier to re-use the existing LiveTable code to get column metadata.