What steps will reproduce the problem?
1. Open a Lucene index in Luke
2. On the documents tab, click the Reconstruct and Edit button
3. Click the Add button
4. Create a new field
5. Select the StandardAnalyzer
6. Click the Add to Index button
What is the expected output? What do you see instead?
I expected the new document to be added to the index. Instead, I receive the
following error message: "Could not instantiate Analyzer
'org.apache.lucene.analysis.standard.StandardAnalyzer'. Please select a valid
Analyzer."
This problem also occurs when editing an existing document.
What version of the product are you using? On what operating system?
I use Luke 1.0.1 on Windows XP.
Please provide any additional information below.
The following analyzers work properly:
KeywordAnalyzer
SimpleAnalyzer
WhitespaceAnalyzer
These analyzers have the same problem as the StandardAnalyzer:
StopAnalyzer
SnowballAnalyzer
I did not check the PerFieldAnalyzerWrapper or any of the specific language
analyzers.
Original issue reported on code.google.com by dean.thr...@gmail.com on 21 Sep 2010 at 2:24
Original issue reported on code.google.com by
dean.thr...@gmail.com
on 21 Sep 2010 at 2:24