Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 17th, 2012  |  syntax: None  |  size: 0.31 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Specify location of index files in hibernate search
  2. @Indexed(index="indexes/myDomainClass")
  3.        
  4. @Indexed(index="/home/indexes/myDomainClass")
  5.        
  6. <property name="hibernateProperties">
  7.     <util:properties>
  8.           <prop key="hibernate.search.default.indexBase">value</prop>
  9.     </util:properties>
  10. </property>