
Registered since September 28th, 2017
Has a total of 4281 bookmarks.
Showing top Tags within 3 bookmarks
howto information development guide reference administration design website software solution service online product business uk tool company linux code server application system web list video marine create data experience tutorial description explanation learn technology build article blog world boat project download windows lookup security free performance javascript technical london control network beautiful tools support course file research purchase image library programming youtube example php install opensource construction community html quality feature profile computer power browser music platform process mobile work user share manage professional database hardware buy industry internet dance advice developer installation 3d search camera customer access travel material standard money test develop review documentation css engineering photography webdesign engine digital device speed api source event management program question client phone discussion story water simple content marketing yacht app account setup idea interface package fast communication compare cheap script market study easy live google resource operation demonstration startup contact
Tag selected: solr.
Looking up solr tag. Showing 3 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 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.