cancel
Showing results for 
Search instead for 
Did you mean: 

Lucene indexing/CIFS

rscheele
Champ in-the-making
Champ in-the-making
When updating an MS Word document using CIFS, no common metadata from the Word document is re-extracted. I just drag-and-dropped it, didn't use the CIFS Desktop Actions (check-in/checkout). Shouldn't this be automatically done each time, whether you use the 'official' check-in check out functionality, or just copy the new file over the old one? Lucene indexing isn't doing its job either.

Also, i'd like to know how the AND operator is implemented. When i use the operator + for a query it isn't functioning as an AND operator. E.g the query 'Alfresco +Software' also returns documents with only the word Alfresco in it. Case sensitivity when using the query "Alfresco Software" isnt working.
1 REPLY 1

dinger
Champ in-the-making
Champ in-the-making
In response to your first question, you need to add a rule that re-extracts the metadata when the document is updated. You might also need to modify the extractors as they don't overwrite values that are there already.

See here: http://wiki.alfresco.com/wiki/Metadata_Extraction

You can modify the default functionality to automatically AND terms together in web-client-custom-config file.

Rob