Stranged thing on Sharepoint server 2010. We have crawled about 3mljn pdf documents, stored in serveral different archive sites. All have the same set of metadata (through local contenttypes). We just finishied migrating from 2007 where everything worked fine.
No I have 2 documents, they are in teh same content DB, have the same contenttype and both have a property called claimnumber set to 522776. We build a serach application so for real testing I used SharePointSearchServiceTool. If my fulltext query is like
select {fields} from scope where claimnumber=522776, the indexer returns 1 (one) document
If i run
select {fields} from scope where claimnumber=522776 and title="name of doc1" it returns 1 (one) document
if i run
select {fields} from scope where claimnumber=522776 and title="name of doc2" it returns also 1 (one) document
So how is this possible? Seems like a problem in the query server or am I wrong?
I did find som strange crawled properties in this matter, that might have an influence on the result. My managed property is called 'claimnumber' The field itself is a BCS related field called 'claimnumber'. Now there are two crawled properties, one is called 'ows_claimnumber' and one is called 'claimnumber'. I mapped them both to my managed prop claimnumber.
Could it be that the query server is mixing up the managed property and the crawled property? Can some one give my reasons for the crawler to make 2 crawled property, one with ows_ and one without?
Thanks for your help
Sander