Changes between Initial Version and Version 1 of Ticket #13228


Ignore:
Timestamp:
Jul 10, 2017, 6:44:50 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13228 – Description

    initial v1  
    1 I used the provided solrconfig.xml and schema.xml to configure Solr core for fulltextsearchplugin.
     1I used the provided `solrconfig.xml` and `schema.xml` to configure Solr core for FullTextSearchPlugin.
    22
    3 After some modifications and "updates" to solrconfig.xml and schema.xml, I was able to create and load an empty Solr core to store my trac site indexing.
     3After some modifications and "updates" to `solrconfig.xml` and `schema.xml`, I was able to create and load an empty Solr core to store my trac site indexing.
    44
    55After executing
     6{{{#!sh
    67> trac-admin /home/my-trac fulltext index
    78Indexing new and changed items in realms: ticket, wiki, attachment
    89Indexing finished
     10}}}
    911
    1012I go to my Solr admin UI and reload the core however it is still empty.
    1113
    12 I am somewhat familiar with Data Import Handler way of working with Solr, but it is not clear to me how the fulltextsearchplugin is passing the data to Solr for indexing.
     14I am somewhat familiar with Data Import Handler way of working with Solr, but it is not clear to me how the !FullTextSearchPlugin is passing the data to Solr for indexing.
    1315
    1416Any help would be appreciated.
    1517
    16 I am attaching my modified solrconfig.xml and schema.xml files.
    17 
     18I am attaching my modified `solrconfig.xml` and `schema.xml` files.