fulltextsearch icon indicating copy to clipboard operation
fulltextsearch copied to clipboard

FullTextSearch for Apache Solr

Open ArtificialOwl opened this issue 3 years ago • 1 comments

Extension to use Apache Solr instead of ElasticSearch to index/search content:

  • [ ] feasibility of the whole concept,
  • [ ] Admin Settings UI,
  • [ ] Creating the data structure,
  • [ ] Indexing data, might requiring some changes as Solr does not accept arrays as value
  • [ ] Searching data

ArtificialOwl avatar Jan 19 '22 10:01 ArtificialOwl

Solr can accept arrays for fields that are multiValued. It is possible to index these fields too.

https://solr.apache.org/guide/7_4/field-type-definitions-and-properties.html

olinic avatar Mar 29 '22 19:03 olinic