Tagged Questions

0
votes
0answers
4 views

Acronyms with Sphinx search engine

how can i index acronyms like 'm.i.a.'? when i search for 'mia', i get results for 'mia' and not 'm.i.a.'. when i search for 'm.i.a.', i get nothing at all.
2
votes
3answers
297 views

Retrieving SQL Server Full Text Index terms

Using Lucene, one can retrieve the terms contained within in an index, i.e. the unique, stemmed words, excluding stop-words, that documents in the index contain. This is useful for …
1
vote
9answers
1k views

How can I manipulate MySQL fulltext search relevance to make one field more ‘valuable’ than another?

Suppose I have two columns, keywords and content. I have a fulltext index across both. I want a row with foo in the keywords to have more relevance than a row with foo in the conte …
1
vote
2answers
409 views

Can’t view full-text catalogs in SQL Server 2008 with Advanced Services

Hi, I'm using SQL Server 2008 with Advanced Services on my Vista Home Premium. I'd installed Full-text searching during installation, The SQL Full-text Filter Daemon Launcher is r …
0
votes
1answer
44 views

Lucene.NET: Best way to process keyword snippets from document text

I'm using Lucene.Net to implement a search website (to search PDFs). Once the keyword is entered, I display the results, and when one of the result items is clicked, I want to take …
1
vote
3answers
31 views

Dynamic or column-ized tsvector index?

I'm creating custom forum software for a site I'm building, which includes 2 tables (that are relevant to this question): topics and posts. A post belongs to a topic, and the topi …
0
votes
4answers
299 views

How much more performant is Postgres than MYSQL on fulltext search?

I've been a MYSQL user,never tried Postgres . But MYSQL has bottle neck on fulltext search when the data set is huge.
0
votes
1answer
83 views

Providing a “user-friendly” interface to fulltext search

We use SQL Server fulltext search for several tables on our application. We always use AND searches, e.g.: "Evil" returns "Evil Dead" and "The Evil of Fu Manchu" "Evil Fu" return …
0
votes
2answers
43 views

Efficient Django QuerySet regex

I have a model like this: class CampaignPermittedURL(models.Model): hostname = models.CharField(max_length=255) path = models.CharField(max_length=255,blank=True) On a f …
0
votes
1answer
188 views

SQL Server Full Text ContainsTable function Rank issue

Is is possible to increase the Rank of the ContainsTable results if its an Exact match. I have a fulltext query like this select iname,rank from ItemSearch_View sv INNER JOIN C …
0
votes
0answers
50 views

Postfix term in SQL Server Full Text Search

At MSDN I read: < prefix_term > Specifies a match of words or phrases beginning with the specified text. Enclose a prefix term in double quotation marks ("") and ad …
0
votes
2answers
90 views

Performance comparison of sphinx:search fulltext vs. attribute

1.How much more efficient is sphinx doing in searching fulltext than by attribute? If attribute search is much slower,for better performance,I'm gonna prefix the attribute and ap …
1
vote
1answer
28 views

Creating Fulltext Search Optimized

Currently I have the following fulltext index setup: fulltext on: Number - Name - Suffix - Direction - City - State - ZIPCode Select id, MATCH(Number, Name, Suffix, Direction, …
3
votes
3answers
138 views

How can one perform full text search in Google App Engine?

It's a simple question, but I haven't found the answer anywhere. Thoughts and input appreciated. I'm using Django, too, for what it's worth. :) Cheers.
0
votes
1answer
51 views

Conditionally create a fulltext catalog in one line of SQL (from an installer)

I'm building an installer using WiX (not keyworded since WiX is not the problem here) that shall create a fulltext index for a SQL Server Express 2005 Advanced Services database. …

1 2 3 4 5 next
15 30 50 per page