Project

General

Profile

« Previous | Next » 

Revision 7491

Search and indexing with Lucene/SOLR
Requires a manually configured SOLR installation
Not currently used by the rest of metacat

View differences:

build.xml
101 101
	<target name="init" depends="config">
102 102
		<path id="compile.classpath">
103 103
			<pathelement location="${jsdk}" />
104
			<pathelement location="lib" />
104
            <fileset dir='lib/lucene'>
105
                <include name='*.jar'/>
106
            </fileset>
107
            <fileset dir='lib/solr'>
108
                <include name='*.jar'/>
109
            </fileset>
110

  
111
            <pathelement location="lib" />
105 112
			<fileset dir="lib">
106 113
				<include name="*.jar" />
107 114
			</fileset>

Also available in: Unified diff