﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
10114	Reindex of empty repository fails with NoSuchChangeset	defect	0.12	Alex Willmer	assigned	2012-06-20T23:20:12+02:00	2012-06-21T10:05:19+02:00	"{{{
Trac [/home/willmerae/src/fts-env]> fulltext reindex
Wiping search index and re-indexing all items in realms: ticket, wiki, milestone, changeset, attachment
NoSuchChangeset: No changeset 1 in the repository
}}}"	Alex Willmer
13228	Plugin fails to index the trac components for searching in Solr	defect	1.0	Alex Willmer	new	2017-07-07T19:08:37+02:00	2017-07-14T00:58:11+02:00	"I used the provided `solrconfig.xml` and `schema.xml` to configure Solr core for FullTextSearchPlugin. 

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.

After executing
{{{#!sh
> trac-admin /home/my-trac fulltext index
Indexing new and changed items in realms: ticket, wiki, attachment
Indexing finished
}}}

I go to my Solr admin UI and reload the core however it is still empty.

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.

Any help would be appreciated. 

I am attaching my modified `solrconfig.xml` and `schema.xml` files."	tgdrozda@…
