The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
332 views

Should i index all columns in a list?

I have a screen where the user will be querying using all columns in the list. Should i index every column. What are the rules around this? Would there be any performance problems?
0
votes
1answer
405 views

Column being indexed - cannot create site from custom template

I created several content types in the content type hub. Next, I have created a site out of the default team site with several document libraries and lists on my site which utilize these content types ...
1
vote
1answer
450 views

Indexing sharepoint lists with ps

I would like to index a column in a list with powershell. I have a problem, when i retrieve the list how can i set what field should be put to index? Is there a special command, can anyone provide me ...
1
vote
2answers
148 views

Is it possible to update the searchindex for only one item?

Is it possible to update the searchindex for only on specific item. I'm search some tasklists through keywordsearch and showing them in a webpart. Then I have a custom action which changes the status ...
3
votes
4answers
7k views

SharePoint 2010 Column Index on Large List

I have a custom list with more than 5000 items. This article: http://msdn.microsoft.com/en-us/library/ff798465.aspx (the last section, "How Does Indexing Affect Throttling?") states: "For ...
7
votes
3answers
2k views

SharePoint 2010 CAML Query fails when indexed columns used

I have an SPQuery that has been working fine until my list hit 500 items: q.Query = "<Where><Eq><FieldRef Name='DefectID' /><Value Type='Counter'>" + DefectID + ...
2
votes
1answer
292 views

When will an index be created for a column?

I have a SharePoint 2007 List and it has almost 10 columns and 1000+ items, I want to enable the Index for a specific column is in the list. If I enable the index now then when it will create an index ...