i have a caml query, in that query where condition is like this
<Or>
<Or>
<Contains>
<FieldRef Name='CourseCode' /><Value Type='Text'>" + searchText + "</Value>
</Contains>
<Contains>
<FieldRef Name='CourseTitle' /><Value Type='Text'>" +searchText + "</Value>
</ Contains>
</Or>
<Contains>
<FieldRef Name='Description' /><Value Type='Text'>" + searchText + "</Value>
</Contains>
</Or>
It has a lot of Contains and the filed they are using cannot be indexed . Say for example 'Description' that is a mutiline column . This query is taking a long time to execute in a list having more 75000 items. Is there any way to make this fast wihtout using enterprice search . Can we use enterprice search for simple sharepoint lists ? Mine is sharepoint 2007