01-03-2007 09:53 AM
01-03-2007 10:04 AM
01-03-2007 10:40 AM
09-17-2007 05:41 AM
09-17-2007 05:43 AM
09-21-2007 09:33 AM
09-25-2007 07:45 AM
TYPE:"{http://www.alfresco.org/model/content/1.0}content" AND (+@\{http\://www.alfresco.org/model/content/1.0\}name:Nouveau +@\{http\://www.alfresco.org/model/content/1.0\}name:Document )
because you have <search-and-terms> set TRUE. If you default to OR then it will generate:
TYPE:"{http://www.alfresco.org/model/content/1.0}content" AND (@\{http\://www.alfresco.org/model/content/1.0\}name:Nouveau @\{http\://www.alfresco.org/model/content/1.0\}name:Document )
And if you quote the phrase it will generate:
TYPE:"{http://www.alfresco.org/model/content/1.0}content" AND (@\{http\://www.alfresco.org/model/content/1.0\}name:'Nouveau Document" )
09-25-2007 10:02 AM
09-27-2007 06:43 AM
Nevertheless, some questions remain : why would "Docu*" produce some results and not "Docum*"? Have some users come into that same weird behavior?I'm not the engineer who wrote the Lucene integration, but i believe that will be due to the Lucene parser tokenizing the word at that point i.e. it is stored as two tokens…?
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.