Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Install

...

su - serveradmin
tar -xvpf ...

Modify Java_Home injecting in lines after match,

wget ...
sed '/function check_java() {/r lucid-set-javahome.txt' ./lucidworks/3.1.2/bin/common.sh

Notice your location and directory structure for starting and keep it this way because symbolic link files are generated on startup,

/opt/lucidworks/3.1.2

Your home directory is considered, /opt/lucidworks/3.1.2

Startup,

cd /opt/lucidworks/3.1.2
./bin/fusion start

After this you'll see new symbolic link directories created,

/opt/lucidworks/binconflatestvar

UI's

URLFunctionComment
http://ubuntu.local:8764Fusion UIThis is the Admin interface and also includes Tincludes the Fusion Authorization Proxy to allow JSON calls provided you have authenticated.
http://ubuntu.local:8983/solr/Solr UINot sure if we should access it directly given Lucidworks has an interface.

UI Configuration

Index Workbench

After running the wizard it prompts you to go to the Index Workbench

Configure

solrconfig.xml is a key file. Examples are located in,

opt/lucidworks/3.1.2/apps/solr-dist/server/solr/configsets

Defaults have been found here,

/opt/lucidworks/3.1.2/apps/solr-dist/server/solr/configsets/basic_configs/conf/solrconfig.xml
/opt/lucidworks/3.1.2/apps/solr-dist/server/solr/configsets/data_driven_schema_configs/conf/solrconfig.xml
/opt/lucidworks/3.1.2/apps/solr-dist/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml
/opt/lucidworks/3.1.2/data/solr/configsets/basic_configs/conf/solrconfig.xml
/opt/lucidworks/3.1.2/data/solr/configsets/data_driven_schema_configs/conf/solrconfig.xml
/opt/lucidworks/3.1.2/data/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml

Integration

Your application uses Fusion’s REST API to interact with the Fusion system.

Notes

Solr 6.5.1 is the version bundled with Lucidworks 3.1.2 

  • No labels