Github user carlspring commented on a diff in the pull request: https://github.com/apache/maven-indexer/pull/17#discussion_r130101051 --- Diff: indexer-core/src/main/java/org/apache/maven/index/FieldTypeFactory.java --- @@ -0,0 +1,19 @@ +package org.apache.maven.index; + +import org.apache.lucene.document.FieldType; + +public class FieldTypeFactory { + + private static StoredNotAnalyzedFieldType snaft = new StoredNotAnalyzedFieldType(); --- End diff -- No, I believe you're using tabs, instead of spaces.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org