Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Indexing IP.Addresses

  Asked By: Abhilash Kurlekar         Date: Apr 28, 2010      Category: Sharepoint      Views: 272
 

I have a problem with indexing documents, that contain IP-Addresses. The
document ist filtered correctly, which has been tested with Filtdump.exe.
But when I search for a part of an IP-Address I get no match. The full
address is found, but not a part. I think this should be a problem with the
Index-Server and there especially with the wordstemmer. Does anybody know
how this can be configured? The goal is to find documents when just
searching for the "NET-Part" of an IP-Address.

Tagged:      

 

1 Answer Found

 
Answer #1       Answered By: Ranu Badhan          Answered On: Apr 28, 2010       

Just a way of search  :
- the search webpart doesn't look at the field you added. I mean that if you
created a document profile that contains a field called reference, the
search webpart won't find  the reference....

- the CONTAINS predicat doesnt understand the * caracter...if placed
BEFORE... CONTAINS('*ABC') won't give the ZABC document. but,
CONTAINS('ABC*') will give the ABCD document.....

 
Didn't find what you were looking for? Find more on Indexing IP.Addresses Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].