| bio | website | techmikael.blogspot.com |
|---|---|---|
| location | Norway | |
| age | ||
| visits | member for | 3 years, 3 months |
| seen | May 16 at 19:46 | |
| stats | profile views | 118 |
|
Apr 29 |
answered | Syndicating 2013 search |
|
Apr 29 |
comment |
Search query with contains No, another one would not help if it duplicated all values in the current Title property. But if you only pull over the "weird" titles, then it might can help as that mp will have fewer values. |
|
Apr 19 |
answered | Search query with contains |
|
Apr 19 |
comment |
Fast Search Pipeline Extensibility for only one Content Source You can include the ContentSource as a crawled property and check on that. See social.technet.microsoft.com/Forums/en-US/fastsharepoint/thread/… for more infor. |
|
Apr 9 |
answered | Feeding a new item to index instantly in SharePoint 2013 |
|
Mar 14 |
answered | How to access SharePoint 2013 QR Server Page |
|
Mar 11 |
comment |
Show related entities in FAST search results Then my guess is that it's not just FAST, but crawler related to BCS. |
|
Mar 10 |
comment |
Show related entities in FAST search results Have you checked the crawled properties being generated/returned when crawling your BCS source? Might me a mapping of crawled properties to managed properties issue..and you can display them. |
|
Feb 14 |
answered | Microsoft.FASTSearch.Powershell Snapin not available |
|
Jan 24 |
awarded | Yearling |
|
Dec 19 |
answered | SPListitem.SystemUpdate() and incremental crawl in FAST |
|
Oct 27 |
answered | SharePoint fast search creating filters automatically |
|
Oct 26 |
awarded | Popular Question |
|
Oct 12 |
comment |
How to remove Duplicated values in People search box webpart Fast Search 2010? It's weird indeed. What if you create a regular SSA, index user profiles, set up a enterprise search center, and test it. Meaning, do it without the FAST Query SSA. They should work just the same, but you could try. I would also like to see a screenshot with a person with a real firstname/lastname. |
|
Oct 11 |
comment |
How to remove Duplicated values in People search box webpart Fast Search 2010? Try to create a new search center and see if that one shows it correct. |
|
Oct 11 |
comment |
How to remove Duplicated values in People search box webpart Fast Search 2010? If you index a person with a real firstname, lastname and fullname in the user profile (double check in UPS). Does it still render wrongly? |
|
Oct 11 |
comment |
Search and Immediately get the results after creating new items in lists or libraries Continuous crawling will not solve this. Continuous crawling is merely a substitute for creating an incremental crawl schedule as it will adapt to how frequent the content changes. Default it will start on a 15 minute interval. |
|
Oct 4 |
comment |
Scaling SharePoint Fast Search As 2013 is around the corner I would reconsider going for FS4SP, and perhaps set up a 2013 farm doing the indexing instead. Certainly not more work, and more future proof. |
|
Jun 27 |
comment |
Show all documents in a farm using Search/Fast Search Do you want to iterate all indexed items and retrieve them? Or just documents? |
|
Jun 19 |
comment |
Using SSL with the FAST 2010 Content API Thinking about it, java should work as the database connector uses it. If you follow the sample for .NET, it adds the thumbprint of the cert used when setting up https and passes this to the factory method of CreateDocumentFeeder. See C:\Program Files\Content API for Microsoft FAST Search Server 2010 for SharePoint\v1.0.15\examples\ContentAPIExample\ContentAPIExample.cs and the App.config file. Does that help, or have you already looked at it? |