Code Search for Developers
 
 
  

project.properties from Kneobase at Krugle


Show project.properties syntax highlighted

# Directory for generated API documentation -->
javadocs.dir=${basedir}/docs/api

# Library directory within project. Where third party jars reside.
lib.dir=${basedir}/lib

# With the exception of 'dist' and 'docs/api', all artifacts produced by
# the build go somewhere underneath the target dir
target.dir=${basedir}/target

# Main source tree will be compiled into this directory tree
target.classes.dir=${target.dir}/classes

# Source directory under the current root
src.dir=${basedir}/src

# Directory we generate distribution units such as jars and zips to
dist.dir=dist

# Directory for release Zips
target.release.dir=${target.dir}/release





See more files for this project here

Kneobase

Kneobase is an enterprise search engine, based upon the Lucene search engine and the Spring framework. It allows to perform full-text search across many different content sources. It is highly adaptable out-of-the-box and has a pluggable architecture.

Project homepage: http://sourceforge.net/projects/kneobase
Programming language(s): Java,XML
License: other

  src/
    com/
      kneobase/
        search/
          query/
            BooleanClause.java
            BooleanQuery.java
            CategoryFilter.java
            FieldFilter.java
            Filter.java
            FullTextQuery.java
            HighlighterConfiguration.java
            Hits.java
            LanguageFilter.java
            LuceneHitsContainer.java
            MultiFilter.java
            NaturalQuery.java
            Query.java
            QueryException.java
            QueryFilter.java
            SourceFilter.java
            Term.java
            TermQuery.java
            UnsupportedLanguageException.java
            WildcardQuery.java
          I_SearchSession.java
          SearchException.java
          TooManyClausesException.java
  .classpath
  .project
  build.xml
  project.properties