Questions tagged [synonym]

Synonym is a word or phrase that means exactly or nearly the same as another word or phrase in the same language.

Synonym is a word or phrase that means exactly or nearly the same as another word or phrase in the same language.

For more information read the Wikipedia page.

508 questions
0
votes
1 answer

Anyone has the best way for synonym search of multi keyword in solr?

I want to use synonym search in solr for multi keyword. But It doesn't work correct. I set the synonym "multi term" for "multerm" in synonym.txt. And I expect that Solr makes query-phrase for "multerm" just like "field:"multi term"~0 but…
0
votes
2 answers

public synonym creation

How can I create a public synonym in oracle 7.3.4 for a common table located in different users.
0
votes
2 answers

How to handle Oracle synonyms with Flyway 2.0.1?

I'm using flyway for a long time now. Very nice/complete tool! I'm actually facing an unexpected situation... I have two schemas: An Owner pocessing the tables and sequences A User using synonyms to access the Owner objects The custom does not…
0
votes
0 answers

How to get the definition for a view only accessable via synonym in an Oracle database?

Is there any way to get the type or general table/view definition from an Oracle database synonym? Are special rights neccessary to get it or is it even impossible and I have to check the real source database? I am especially interested in the…
Mil
  • 756
  • 2
  • 11
  • 30
0
votes
1 answer

DB Alias on Sql Server 2008

I need to run a migration from my server1 to server2, in both servers have the same DB schema Server1: DB1.dbo... All tables DB2.dbo... All tables Server2: DB1.dbo... All tables DB2.dbo... All tables I need connect from server1 to server2,…
Mariano G
  • 255
  • 4
  • 14
0
votes
1 answer

Creating and using synonyms in a stored procedure

I am creating a stored procedure that will be called from one database but needs to access tables in other databases. We have a different database for each of our clients. I'm trying to create a synonym dynamically based on parameters: DECLARE @SQL…
0
votes
2 answers

Matching "UK" to "United Kingdom,scotland etc." in Solr

I'm using Solr as a search engine in my site and all is going well except for synonym matching. My synonym.txt file looks like: uk => united kingdom,england,scotland,wales This works for returning results marked "United Kingdom" but not for the…
Gerard
  • 4,818
  • 5
  • 51
  • 80
0
votes
1 answer

Creating public synonym at system level

I have created public synonym as suggested in my other question about creating view at system level. Having said that I have created individual public synonym out of the view so that I don't have to connect to the individual domain anymore. My…
Fadzil
  • 83
  • 1
  • 4
0
votes
1 answer

tag synonyms in rails using thinking sphinx

What is a proper way to handle tag synonyms in rails? Model is called Situation, I use acts_as_taggable_on for tags and ThinkingSphinx for search. Situation.search :conditions => { :tag_name => '(synonym11 | synonym12) | (synonym21 | synonym22)' },…
kakaskin
  • 1
  • 2
0
votes
1 answer

is it possible to selecting table in current_schema independent of public synonym

Is there a way, to select data only form the own schema, even if there is an public synonym? something like: Select * from current_schema.Table1 more info: I got a public synonym on table1 on schema1. now I have a package(on schema2) that selects…
domiSchenk
  • 880
  • 4
  • 23
  • 41
0
votes
1 answer

How to programatically make changes in the index and query for new synonms in synonm.txt

Please can any one suggest me how we can programtically make chages in the index and query part for new synonms enter.
Mahesh More
  • 919
  • 2
  • 8
  • 20
0
votes
4 answers

"Synonyms" of classes

For the sake of an example I have a WAV class which represents WAV sound files. For convenience' sake, I am then required to add a class called WaveformAudioFile which has exactly the same functionality. Regardless of possible design/style issues,…
James P.
  • 19,313
  • 27
  • 97
  • 155
0
votes
1 answer

Does Oracle Synonyms for table cause a race conditions?

I have use a synonym for a table in a Remote database. Application in remote site will insert data to source table, and my application will read those data via the synonym of the table. Remote site application will send a TCP message after inserting…
Janaka
  • 489
  • 1
  • 4
  • 23
0
votes
1 answer

synonym finder text-mining algorithm

I would like to create an automatic synonym finder algorithm (mostly for brand names). For example, if the user enters the word "Coca cola", I would like to return the word "Coke". This can easily be done using dictoniaries; but than I need a…
krisy
  • 1,508
  • 1
  • 14
  • 32
-1
votes
0 answers

How can i link thousands of words to each-other as synonyms in my thesaurus project

I am making a thesaurus project. And when ever user clicks on each word they should see the following synonyms for that word and the process goes on, I already have a raw file for thesaurus just trying to figure out how to link these words with each…
1 2 3
33
34