
Registered since September 28th, 2017
Has a total of 4246 bookmarks.
Showing top Tags within 4 bookmarks
howto information development guide reference administration design website software solution service product online business uk tool company linux code server system application web list video marine create data experience description tutorial explanation technology build blog article learn world project boat download windows security lookup free performance javascript technical network control beautiful support london tools course file research purchase library programming image youtube example php construction html opensource quality install community computer profile feature power browser music platform mobile work user process database share manage hardware professional buy industry internet dance advice installation developer 3d search material camera access customer travel test standard review documentation css money engineering webdesign engine develop device photography digital api speed source program management phone discussion question event client story simple water marketing app yacht content setup package fast idea interface account communication cheap compare script study market easy live google resource operation startup monitor training
Tag selected: lucene.
Looking up lucene tag. Showing 4 results. Clear
Saved by uncleflo on September 28th, 2010.
I had exactly this issue, and I found that using a field of type string gave
exact matches. So, if you need to do both substring and exact match queries,
you'll need two fields. One non-tokenized field using class StrField and one
tokenized field using class TextField. Very easy to feed into both using
copyField.
Saved by uncleflo on September 27th, 2010.
Although Lucene provides the ability to create your own queries through its API, it also provides a rich query language through the Query Parser, a lexer which interprets a string into a Lucene Query using JavaCC.
This page provides the Query Parser syntax in Lucene 1.9. If you are using a different version of Lucene, please consult the copy of docs/queryparsersyntax.html that was distributed with the version you are using.
development apache howto lucene reference solr search syntax tutorial query guide
Saved by uncleflo on September 9th, 2010.
Most applications store data in relational databases or XML files and searching over such data is a common use-case. The DataImportHandler is a Solr contrib that provides a configuration driven way to import this data into Solr in both "full builds" and using incremental delta imports. Also see the DataImportHandlerFaq page. For simple usecases visit the DIHQuickStart. As the name suggests, this is implemented as a SolrRequestHandler. The configuration is provided in two places.
apache data database development index indexing lucene mysql programming search sql databases Advanced Databases
Saved by uncleflo on September 2nd, 2010.
Learn how to use Solr and PHP to create a small application to search a database of automobile parts. While the example database contains only a handful of records, it could just as easily include millions. All the source code used in this article is available from the Download section. Among other notable, highly trafficked Web sites, Netflix, Digg, and CNET's News.com and CNET Reviews use Solr to power search. A lengthy list of public Solr-powered sites can be found in the Solr wiki (see Resources).
application code development howto reference tutorial search php solr lucene indexing apache
No further bookmarks found.