Hello, Would also appreciate any tips folks may have for enabling free text indexing with web.rya when using Accumulo as the backing store. ( e.g. which beans need to be created, any patterns to follow, etc )
Thanks, Brendan -----Original Message----- From: Grady, Brendan J [US] (MS) [mailto:brendan.gr...@ngc.com] Sent: Friday, April 24, 2020 1:37 PM To: dev@rya.apache.org Subject: EXT :Enable Free Text Indexing in web.rya 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