[hibernate-dev] Hibernate Search Spellchecker

John Griffin jgriffin at thebluezone.net
Thu Sep 25 22:52:40 EDT 2008


Sorry it took me so long to get this out to the list but I was caught up in
Sanne's remarks on my chapters in the book.

Thanks Sanne :>)

 

Emmanuel and I haggled this out and here is a first pass.

 

The annotation that specifies a field to add to a dictionary will be at
field level for now.

 

@AddToDictionary(name="main_dictionary") 
@Field 
public String description; 

will add content from description 
will go in indexBase/Dictionaries (by default) 
and the fields will be main_dictionary_dictionarytechnicalfield1 etc.

 

Additional decisions are the same as stated in HS-269.

 

I have to trust Emmanuel on the field names as I haven't had the time to
look at the source. We're going to borrow from the Lucene contribution code
that already provides most of the functionality.

 

There were other things we discussed like custom bridges to allow users to
put whatever they want to put into the dictionary but that a later
iteration. We'd like to get an initial pass into the code. 

 

Thoughts, suggestions anyone?

 

John G.

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/hibernate-dev/attachments/20080925/734a97d2/attachment.html 


More information about the hibernate-dev mailing list