So I have a field in my Lucene index documents named "Field1" (for all intents and purposes).
When I open Luke, and browse the documents, I see most of the documents have this field. However when I switch to the search tab, and I input Field1:parameterValue
I get zero search results.
When doing the indexing, for the document, I have
doc.Add(new Field("Field1", field1, Field.Store.YES, Field.Index.ANALYZED));
Why is my field not able to be searched? As an aside, I can't find any documentation on Luke that explains what the "IdfpTSVopNLB#" column is in the document record either. I'm thinking this information could possibly be useful, so for one of the records that has this field, the column value is IdfpTS---N---
and the "Norm" column is 4.0