0 Replies Latest reply on Oct 12, 2010 10:22 AM by craigching

    Control hibernate search index in declarative configuration?

    craigching

      Currently, in indexing my object that is kept in the cache, I use the following annotation:

       

      @Indexed(index="UsersIndex")

      @Indexed(index="UsersIndex")

      public class Foo
      Is it possible to configure that index name outside of code?  For example, I would love to control where that index is created on the file system via the infinispan configuration.