Phrase indexing and searching

2013-12-22 Thread Manjula Wijewickrema
Dear All, My Lucene programme is able to index single words and search the most matching documents (based on term frequencies) documents from a corpus to the input document. Now I want to index two word phrases and search the matching corpus documents (based on phrase frequencies) to the input doc

RE: Unit test help

2013-12-22 Thread Scott Schneider
Thanks for the response! Many of the tests ran fine and those were creating subfolders in the temp dir. I got the unit tests all passing in eclipse by changing the eclipse text encoding of the test project from the default (Cp1252) to UTF-8. To get testLuceneConstantVersion to pass, I had to