bruce.furber at worldspan.com writes: > Using Opengrok 0.5., files with ".lst" extension are not indexed because > they are processed by FileAnalyzer instead of PlainAnalyzer. > > How is this controlled? > > The Linux "file" command shows them to be "ASCII text"
Hmm, I think I've seen some code that checks whether the file only contains 7-bit ASCII. Do you know if the file contains control characters or 8-bit characters? -- Knut Anders
