cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco lucene Index

itayh
Champ in-the-making
Champ in-the-making
Hi,

I have several questions about lucene in alfresco.
I could not find documentations on those issues.

1 - What is archive folder under \lucene-indexes means?
2 - Can I set <index enabled="false"> for specific items and then they will not be index
3 - What <archive>true</archive> in cm:content mean?
4 - basically I want to reduce the size and number of files/folders under lucene-indexes.

Any Ideas?

Thanks a lot in advance,
Itay
20 REPLIES 20

sameer1sharma
Champ in-the-making
Champ in-the-making
for example,
if my alf_transaction table contains 32000 transactions.
then i just divide it to 0-16000 and 160001-32000.
Basically it creates two separate folder like lucene-indexes-0-16000 and lucene-indexes-16001-32000.
so lucene-indexes-0-16000 contains index backup of 0 to 16000 transactions. And lucene-indexes-16001-32000 contains index backup of 16001-32000 transactions.

so my final Full Indexing i want to merge those 2 index folders.
but now m getting the problem that how to merge those two different index folders ?
Is there any way in alfresco that will merge those two indexes folder ??

Hi Tejas Kanani,
                        I just wanted to know how to do Parallel Lucene Indexing. As you mentioned that you have divided transactions into two section and reindexing happens with your program. Please let me know how to do the indexing.

:-Sameer