I\'m building a Lucene Index and adding Documents.
I have a field that is multi-valued, for this example I\'ll use Categories.
An Item can have many categories,
If you use the StandardAnalyzer it is ok to have commas or spaces. But if you have another Analyzer, it depends.
Another way: You can have multiple times the same field with another category in it. Then I would recommend to use KeywordAnalyzer or let it be untokenized to have exact match of your category name.