|
|
-
RobinJain Posted 2 Years ago through Ask
Hi RamiReddy,
If you have any idea about Thesaurus search in Indexing services then can you plz respond back to my query as follows:
I have a thesaurus search feature that does filtering of words within a given numerical distance. I want to use queires...
|
-
RobinJain Question Asked 2 Years ago through ASK
Hi RamiReddy,
If you have any idea about Thesaurus search in Indexing services then can you plz respond back to my query as follows:
I have a thesaurus search feature that does filtering of words within a given numerical distance. I want to use queires...
|
-
RobinJain Question Asked 2 Years ago through ASK
I have a thesaurus search feature that does filtering of words within a given numerical distance. I want to use queires that translates to look for two words that are anywhere within a (1) sentence, (2) Paragraph, (3) Page or (4) document.
Can it be done ...
|
ask
98
·
2% ·
538
|
|
-
RobinJain Posted 2 Years ago through Ask
I want wildcard character to search Match & March at the same time in indexing service. I am trying it with following query:
Select * from TableName WHERE CONTAINS(ColumnName, '"Ma*ch"') Or
Select * from TableName WHERE CONTAINS(ColumnName, '"Ma?c...
|
-
RobinJain Question Asked 2 Years ago through ASK
I want wildcard character to search Match & March at the same time in indexing service. I am trying it with following query:
Select * from Table_Name WHERE CONTAINS(Column_Name, '"Ma*ch"') Or
Select * from Table_Name WHERE CONTAINS(Column_Name, '"Ma?...
|
ask
98
·
2% ·
538
|
|
-
RobinJain Posted 2 Years ago through Ask
I want wildcard character to search Match & March at the same time in indexing service. I am trying it with following query:
Select * from TableName WHERE CONTAINS(ColumnName, '"Ma*ch"') Or
Select * from TableName WHERE CONTAINS(ColumnName, '"Ma?c...
|
-
RobinJain Question Asked 2 Years ago through ASK
I want wildcard character to search Match & March at the same time in indexing service. I am trying it with following query:
Select * from Table_Name WHERE CONTAINS(Column_Name, '"Ma*ch"') Or
Select * from Table_Name WHERE CONTAINS(Column_Name, '"Ma?...
|
-
RobinJain Commented 2 Years ago through Ask
Robert,
I think you are not getting me, I can't use LIKE to search for content of a document. So WHERE FileName LIKE 'Ma_ch' is not useful.
And again my search criteria is based on content of the document, not on the filename.
Hope this time yo...
|
-
RobinJain Commented 2 Years ago through Ask
Select * from Scope() WHERE CONTAINS('"Ma*ch"') Or
Select * from Scope() WHERE CONTAINS('"Ma?ch"')
I want to run this query and expect the query to return rows having Match or March in DocBody.
So can this be done. By the way I am using indexi...
|
-
RobinJain Commented 2 Years ago through Ask
Robert,
I am not asking for search by file name using LIKE, I want to search by the content instead....
|