comparison doc/upgrading.txt @ 5752:4c0cdfe4f678

Added x-roundup-issue-id to FAQ which discusses other x-roundup header filtering. Documented workaround for flint not supported error in xapian. Flint was apparently removed post 1.2.x from xapian. Addresses https://issues.roundup-tracker.org/issue2551009.
author John Rouillard <rouilj@ieee.org>
date Sat, 01 Jun 2019 17:26:26 -0400
parents 8ab5fe695d5f
children e48b039b0ec0
comparison
equal deleted inserted replaced
5751:5cb6e6b594b0 5752:4c0cdfe4f678
332 the indexer value. If this is failing most likely you need to set 332 the indexer value. If this is failing most likely you need to set
333 '''indexer = native''' to use the rdbms or db text indexing systems. 333 '''indexer = native''' to use the rdbms or db text indexing systems.
334 334
335 Alternatively you can do a 335 Alternatively you can do a
336 '''roundup-admin -i /path/to/tracker reindex''' 336 '''roundup-admin -i /path/to/tracker reindex'''
337 to generate a new index using roundup's preferred indexer from the list above. 337 to generate a new index using roundup's preferred indexer from the
338 list above.
339
340 Xapian error with flint when reindexing
341 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
342 If you reindex and are using xapian, you may get the error that
343 "flint" is not supported (looks like flint was removed after xapian
344 1.2.x). To fix this, you can delete the full text search database
345 located in the tracker home directory in the file '''db/text-index'''
346 and then perform a reindex.
338 347
339 Stemming improved in Xapian Indexer 348 Stemming improved in Xapian Indexer
340 ----------------------------------- 349 -----------------------------------
341 350
342 Stemming allows a search for "silent" also match silently. The Porter 351 Stemming allows a search for "silent" also match silently. The Porter

Roundup Issue Tracker: http://roundup-tracker.org/