full-text-indexing
Exception when indexing text documents with Lucene, using SnowballAnalyzer for cleaning up
I am indexing the documents with Lucene and am trying to apply the SnowballAnalyzer forpunctuation and stopword removal from text .. I keep getting the following er开发者_如何转开发ror :([详细]
2022-12-28 05:12 分类:问答How to setup Lucene/Solr for a B2B web app?
Given: 1 database per client (business customer) 5000 clients Clients have between 2 to 2000 users(avg is ~100 users/client)[详细]
2022-12-27 21:28 分类:问答sql server 2005 full text index query to help find noise words in content
Is there a way to query a full text index to help determine additional noise words? I would like to add some custom noise words and wondered if theres a way to analyse the index to help开发者_JAVA百科[详细]
2022-12-24 18:32 分类:问答Save a binary file in SQL Server as BLOB and text (or get the text from Full-Text index)
Currently we are saving files (PDF, DOC) into the database as BLOB fields.I would like to be able to retrieve the raw text of the file to be able to manipulate it for hit-highlighting and other functi[详细]
2022-12-24 15:01 分类:问答SQL Server CONTAINS with digits gives no results
I have a database table which is full-text indexed and i use the CONTAINS-function to perform a search-query on it.[详细]
2022-12-24 07:18 分类:问答What should the itemcount property in SQL Server match
If the itemcount property does not exactly match the number of indexed rows is that a problem? Is there a numerical way I can ensure that I have a complete full-text-index?[详细]
2022-12-22 05:51 分类:问答Full Text Index type column is empty
I am trying to create an index on a VarBinary(max) field in my SQL Server 2008 database. The steps I am taking are as follows:[详细]
2022-12-22 01:36 分类:问答Lemur gets malformed document error when trying to index file
I\'ve been going through a bit of the lemur indexing tutorial here: http://www.lemurproject.org/tutorials/begin_indexing-开发者_C百科1.php[详细]
2022-12-20 14:40 分类:问答What is the best Java text indexing library for Google App Engine?
To the moment I know that compass may handle this work. But indexing with compass lo开发者_开发百科oks pretty expensive. Is there any lighter alternatives?To be honest, I don\'t know if Lucene will be[详细]
2022-12-15 03:32 分类:问答SQL Full Text search on HTML/XML data
I have a sql full text catalog on a cms database (SQL 2005). The database holds the CMS page cont开发者_JAVA技巧ent within a ntext column which is part of the full text catalog.As expected the searchi[详细]
2022-12-13 13:38 分类:问答