Top "Full-text-indexing" questions

indexing for full-text search

Multilingual elasticsearch indexing best practice/experiences

Wondering what are the best practice or experiences used for multilingual indexing and search in elasticsearch. I read through a …

elasticsearch multilingual full-text-indexing
Oracle: Full text search with condition

I've created an Oracle Text index like the following: create index my_idx on my_table (text) indextype is ctxsys.…

sql oracle indexing full-text-indexing oracle-text
How can I do indexing .html files in SOLR

The files I want to do indexing is stored on the server(I don't need to crawl). /path/to/files/ …

solr full-text-indexing dataimporthandler data-import solr4
Problems creating a full text index on a view

I have a view which has been created like this: CREATE VIEW [dbo].[vwData] WITH SCHEMABINDING AS SELECT [DataField1] , [DataField2] , […

sql sql-server tsql sql-server-2012 full-text-indexing
Code first custom SQL migration timeout exception

I am trying to create FULL TEXT index using Entity Framework Migration by executing custom Sql. My migration class looks …

sql-server-2012 entity-framework-6 entity-framework-migrations full-text-indexing
create indexes for search using MongoTemplate?

how we can create Indexes for the following query using MongoTemplate? I am referring to site http://docs.mongodb.org/…

mongodb spring-data-mongodb full-text-indexing mongotemplate
Lucene.Net Best Practices

What are the best practices in using Lucene.Net? or where can I find a good lucene.net usage sample?

.net indexing lucene lucene.net full-text-indexing