Hello, Does anyone have a working set of Spring files to enable free text indexing in web.rya?
I was going to update spring-root-extensions to include the correct config items (sc.use_freetext and sc.freetext.predicates) in hadoopConf, but it looks like the files in master may be a bit dated as the spring-root-extensions is using an older/removed bean for the configuration: https://github.com/apache/rya/blob/master/web/web.rya/src/main/webapp/WEB-INF/spring/spring-root-extensions.xml <bean id="indexerSettings" class="org.apache.rya.indexing.accumulo.AccumuloIndexerSettings"> <constructor-arg ref="hadoopConf"/> </bean> Believe this should probably be org.apache.rya.indexing.accumulo.AccumuloIndexingConfiguration, but figured before I spent too much time going down the rabbit hole of getting it to work, would ask the group. Thanks in Advance, Brendan