Alfresco 4.0.c search not working
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2012 01:57 PM
The search text box in the Repository Browser, http://localhost:8080/share/page/repository, does find some items using part of the name but many it does not.
Trying the chemistry CMIS query tool now
SELECT * from cmis:document where cmis:name like '%120%'
Retrieves files with 120 in the name
SELECT * from cmis:document where cmis:name like '%ADDRESS%'
Does not retrieve files with ADDRESS in the name
There doesn't seem to be a rhyme or reason behind the hit and miss search results.
How can the search results be improved?
There doesn't appear to be anything in the alfresco.log about it.
Trying the chemistry CMIS query tool now
SELECT * from cmis:document where cmis:name like '%120%'
Retrieves files with 120 in the name
SELECT * from cmis:document where cmis:name like '%ADDRESS%'
Does not retrieve files with ADDRESS in the name
There doesn't seem to be a rhyme or reason behind the hit and miss search results.
How can the search results be improved?
There doesn't appear to be anything in the alfresco.log about it.
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2012 03:37 PM
Your CMIS query is case sensitive. Do you actually have ADDRESS in your name?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2012 10:32 AM
Yes I can navigate to files with ADDRESS in the name from admin web site, SMB share, or FTP share
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2012 01:27 PM
Going to try a index.recovery.mode=FULL in the repository.properties file and see if that fixes the search problem.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2012 10:59 AM
Changing index.recovery.mode-FULL and restarting didn't appear to do anything to my system at all.
I don't even think it reindexed.
I don't even think it reindexed.