sql « Database « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » Database » sql 

1. lucene, or sql fulltext?    stackoverflow.com

I want to create a search website to search docs (all kinds of formats including pdf), images, videos, and audio. I also want to be able to filter my search ...

2. Solr - equivalent to LIKE in SQL    stackoverflow.com

I've been playing around with creating a collection in Apache Solr via ColdFusion 9 from a database result set. I would like to do a search which would be as follows ...

3. Using sphinxsearch or lucene for SQL Server and .net    stackoverflow.com

I have a complex crm db schema and I need to support google-style type-ahead searching that will search a number of different columns from a number of different tables with joins ...

4. Search in huge table    stackoverflow.com

I got table with over 1 millions rows. This table represents user information, e.g userName, email, gender, marrial status etc. I'm going to write search over all rows in this table, when some ...

5. Correct storage for large relational data-set    stackoverflow.com

I need to store a large set of what is, in my mind (although I'm used to SQL), relational data. Basically consider storing a large subset of ClueWeb ...

6. DynamicField names from SQL value    stackoverflow.com

I have this "catch all" field in my schema.xml:

<dynamicField name="*_s" type="string" indexed="true" stored="true" />
In the example below lets say i have a table that has 2 fields: "custom_value" and "custom_key" with ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.