Tagged Questions

0
votes
1answer
17 views

Odd Full Text Search Result

Hi I have 2 following 2 queries: SELECT FT_TBL.JobId, FT_TBL.Title, FT_TBL.[Description], FT_TBL.Location, KEY_TBL.RANK FROM Jobs AS FT_TBL INNER JOIN FREETEXTTABLE (Jobs, …
1
vote
3answers
46 views

Text processing / comparison engine

Hi, I'm looking to compare two documents to determine what percentage of their text matches based on keywords. To do this I could easily chop them into a set word of sanitised wo …
3
votes
10answers
234 views

How to search for text fragments in a database

Are there any open source or commercial tools available that allow for text fragment indexing of database contents and can be queried from Java? Background of the question is a la …
1
vote
1answer
59 views

Search for string in entire database [closed]

Possible Duplicate: SQL Super Search Is there a way to search an entire database (not just one table) for a particular string? I'm using SQL Server 2005.
0
votes
2answers
14 views

Refresh index of full text search

Hi, in SQL Server 2008, when setting up a full text search, it gives me an option to choose a time/day for it to re-populate the index, can I do this from code instead like C# code …
0
votes
1answer
16 views

Offline full-text-search indexing and search capability

I have a reasonably large number of text documents ( 400+ ) which contain speeches related to an organization that I am a member of. We would like to distribute a CD/DVD which cont …
0
votes
0answers
20 views

Recommended Server RAM for SQL Full Text Search (FTS) [closed]

I gather SQL Server 2008 Express requires a minimum of 512MB RAM to be installed to run on Windows Server 2003, however will this be sufficient to also run Full Text Search on abou …
1
vote
3answers
63 views

php, search in chinese and russian

Eventually, I'm creating a website on three languages: english, russian and chinese. I hope that if I use UTF-8 in application and database, there won't be any problems with input- …
0
votes
1answer
27 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 …
2
votes
5answers
46 views

Articles and advice for implementing full-text search form

I need to create a full-text search form for a database of emails / support tickets (in C#) and I'm looking for advice and articles on how to approach this. In particular I'd like …
1
vote
5answers
56 views

Document Management System Recommendation

I have an application that generates around 10000 printed pages per month. Each report (around 2000/month) is archived as PDF on a simple network file share. I am searching for a …
0
votes
2answers
49 views

SOLR - indexing the database, configuration

Hi! I am first day with SOLR, and of course, i have some problems with it. I need to index a database, which is postgresql database. I defined fields in data-config.xml file, adde …
0
votes
2answers
15 views

Adding an index / Full Text Search on some partial data for a Sql 2008 table field?

Hi folks, i have a field that contains guid's. They represent a user's PunkBuster GUID. Is it possible to create an index, on this field, which only index's the last 8 characters …
0
votes
3answers
46 views

SOLR - how to index database partly?

I have a postgresql database. In table, which i need to index, i have about 20 million rows. When i want to index them all in one attempt(smth like "select * from table_name"), i h …
0
votes
0answers
17 views

Customizing FreeTextTable in MS SQL 2000

I'm looking for answers for the following 2 questions (SQL Server 2000). I have an order info table that is indexed so that I may search data on particular columns. So, an example …

1 2 3 4 5 26 next
15 30 50 per page