Click here to Skip to main content
15,881,248 members
Everything / Database Development / Lucene

Lucene

Lucene

Great Reads

by Han Bo Sun
A simple tutorial on using Apache Lucene for full text search
by Han Bo Sun
This is a more in-depth tutorial on integrating Lucene search and index engine in Java applications.
by Mihail Mateev
Cloudant distributed database as aservice (DBaaS) is engineered in a way to help you solve issues with indexingand searching by integrating the Apache Lucene search library.
by Kevin Mack
How to build a Solr cluster with Terraform

Latest Articles

by Han Bo Sun
This is a more in-depth tutorial on integrating Lucene search and index engine in Java applications.
by Han Bo Sun
A simple tutorial on using Apache Lucene for full text search
by Vlad Neculai Vizitiu
Some LiteDB use cases
by Kevin Mack
How to build a Solr cluster with Terraform

All Articles

Sort by Score

Lucene 

26 Sep 2019 by Han Bo Sun
A simple tutorial on using Apache Lucene for full text search
8 Mar 2024 by Han Bo Sun
This is a more in-depth tutorial on integrating Lucene search and index engine in Java applications.
19 Nov 2014 by raju@shekhar
I want to implement site search in asp.Net. I have come across Lucene.NetDotLucene: Full-Text Search for Your Intranet or Website using 37 Lines of Code[^]How could I use it for dynamic content. Like I have following db structure. id,title,contentfilepath. contentfilepath has filename...
20 Sep 2015 by Jarbas Campos
I´ve been using Lucene for a while, and it works fine, but recently I detected a wrong result set of documents that led me to a "need to solve" situation, or the search module of my system will be doomed. The sentence that the user wrote was:term1 NOT term2 AND term3The user meant "find...
29 Sep 2015 by PEIYANGXINQU
To avoid specail char ,I have used fieldname=QueryParserUtil.escape(fieldname);,so it change char+ to \+,but I find that when I only input blank space,it is wrong.It shows:org.apache.lucene.queryparser.classic.ParseException: Cannot parse ' ': Encountered "" at line 1, column 2.
5 Dec 2015 by Alivia Banerjee
For my project purpose, I need to implement a search capability which will search a string from around 1000 Microsoft word file. I decided to use Lucene.net for that purpose.I need to point out a particular directory and Lucene.net will search from that.Can you please provide me an useful link...
5 Dec 2015 by Matthew Dennis
Lucene.net requires that you create an index before you can use Lucene.Net to query. Try going to the CodeProject Search page, or Google if you must. There is a lot of information about using Lucene and Lucene.Net available. In fact, CodeProject uses Lucene.Net for its Search.Indexing...
11 Mar 2016 by Member 11409693
Hi,I have an issue while searching the Lucene (built in Azure Storage Blob) using SimpleFacetSearch and display each unique value in tree (with facet count)Industry Tree Example:SIC2(100) SIC4(50) SIC4(50)Country Tree Example:US (100) VA (50) DC (50)etcI stored...
28 Jul 2016 by Mihail Mateev
Cloudant distributed database as aservice (DBaaS) is engineered in a way to help you solve issues with indexingand searching by integrating the Apache Lucene search library.
17 May 2018 by SumitBhavsar
I have tried Index Aliases | Elasticsearch Reference [2.0] | Elastic[^], but what if i need to create alias at time when documents are added into index based on values passed to insert. here in my case that value is customer type, so i want to create an alias which will be added into...
27 Apr 2019 by Kevin Mack
How to build a Solr cluster with Terraform
31 Aug 2023 by bmw318mt
I am trying to query logs using OpenSearch in Lucene message: "\"Price\"\:0.0" This is part of the message in the log that I am trying to retrieve, although it is being retrieved the ": are not being highlighted and I am getting shard warnings....
24 Aug 2023 by Richard MacCutchan
Apache Lucene - Query Parser Syntax[^]
23 Jun 2019 by Vlad Neculai Vizitiu
19 Nov 2014 by Mathew Soji
Please check may be helpful.Introducing Lucene.Net[^]http://www.thebestcsharpprogrammerintheworld.com/blogs/how-to-create-and-search-a-lucene-net-index-in-4-simple-steps-using-c-sharp-step-1.aspx[^]http://ifdefined.com/blog/post/full-text-search-in-aspnet-using-lucenenet.aspx[^]
10 Jan 2016 by Richard MacCutchan
1. Try studying the documentation for the features that are supported.2. Sorry, this site does not provide code to order.
10 Jan 2016 by digengada
Hello friends,I am very new to LUCENE.Can you please help me, does lucene support identifying the phonetics and metaphor.If so yes, can you help me with some sample program.