Hi,is it possible to store Lucene indices in a database fields? This question by some reasons:
1. SQLServer XML fields can be FT indexed but it is impossible to search inside of xml fields by attribute. I think probably I can use lucene to index separated fields and store index to db and then somehow search in these fields. 2. Also, sometimes it may be problematic to have access to HDDs by security reason. Thank you. Regards, Oleg.