Support Resources

LucidWorks Forum
KnowledgeBase

LucidWorks Platform v2.0

PDF Version

Older Versions

LWE Guide 1.8
LWE Guide 1.7
LWE Guide 1.6

This is the documentation for LucidWorks Platform v2.0, the latest release is v2.1.

compared with
Current by Cassandra Targett
on Nov 21, 2011 14:14.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
The LucidWorks Enterprise has its own Platform includes a simple Search UI, but if you are going to build your own user interface, or your own application to access the data stored in LucidWorks Enterprise, you will need to access the underlying engine directly.

LucidWorks Enterprise is built on Apache Solr, so the techniques necessary for performing a search against it are the same as those for performing a search against Solr. In other words, an HTTP call to a URL of:


You can then consume that XML from within your application.

While XML is the default output format, LucidWorks Enterprise supports multiple formats, including JSON, CSV, and even object formats such as PHP, Java, and Python.

In general, to change the output format, use the {{wt}} parameter, as in: