Git Product home page Git Product logo

hounder's People

Watchers

James Cloos avatar

hounder's Issues

install problem.

http://pastebin.com/SER8JMqj
this is what i get when i try to ./install.sh

mkdir: cannot create directory `logs': File exists
Exception in thread "main" java.lang.NoClassDefFoundError: 
com/flaptor/hounder/installer/InstallationWizard
Caused by: java.lang.ClassNotFoundException: 
com.flaptor.hounder.installer.InstallationWizard
        at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: 
com.flaptor.hounder.installer.InstallationWizard. Program will exit.

i am using ubuntu .

Original issue reported on code.google.com by [email protected] on 26 Feb 2011 at 3:00

Index.copy hard-links files that are modifiable

We are currently using a trick to speed up the copy of index directories
that involves making a hard link copy of all the files. This works _only_
because lucene does never modify an index segment, but creates a new one
and deletes the original, if necessary. We have added metadata
(index.properties) that does not follow this convention, and is modified.
This breaks the indexer copy mechanism, making the properties of all
indexes those of the current one.

Original issue reported on code.google.com by [email protected] on 3 Mar 2008 at 7:01

check for duplicated fields

Currently, Hounder does not check for duplicated fields. This generates
some unpredictable behaviour in combination with tokenization. Besides,
indexing fields like "AddId?" makes the indexer crash.

Original issue reported on code.google.com by [email protected] on 3 Mar 2008 at 7:03

Hounder 2.0 install is broken. Install scripts look for hounder-trunk.jar instead of hounder-2.0.jar

What steps will reproduce the problem?

1. Install from gui or command line and there is java class not found 
exception on PageDB.

The problem is caused by library naming conflict.

The problem is that the install scripts are looking for the following jars

hounder-trunk.jar, hounder-trunk-deps.jar

The distribution however contains hounder-2.0.jar, hounder-deps-2.0.jar



Original issue reported on code.google.com by amar%[email protected] on 3 Aug 2009 at 9:47

OpenSearch XML isn't valid

What steps will reproduce the problem?
1. Use a client that enforces OpenSearch specs, such as perl's WWW::OpenSearch.

What is the expected output? What do you see instead?

Error while parsing Description XML: Node should be OpenSearchDescription: rss 
at /usr/share/perl5/WWW/OpenSearch.pm line 139
 at /usr/share/perl5/WWW/OpenSearch.pm line 139

What version of the product are you using? On what operating system?

hounder-2.0.1-binary_installer on Linux, Java 1.6.

Please provide any additional information below.

See the specification at 
http://opensearch.a9.com/spec/opensearchdescription/1.0/  The first element, 
OpenSearchDescription, does not appear in Hounder's output, which by default 
is: 

<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:opensearch="http://a9.com/-/spec/opensearchrss/1.0/" 
xmlns:hounder="http://www.flaptor.com/opensearchrss/1.0/" version="2.0">
  <channel>
    <title>Hounder:</title>
    <link>http://wwwdev:47012/opensearch/search.jsp?query=&amp;start=0&amp;hitsPerPage=10</link>
    <description>Hounder search results for:</description>
    <opensearch:totalResults>0</opensearch:totalResults>

    <opensearch:startIndex>0</opensearch:startIndex>
    <opensearch:itemsPerPage>10</opensearch:itemsPerPage>
    <hounder:query></hounder:query>
    <hounder:status>0</hounder:status>
    <hounder:statusDesc>OK</hounder:statusDesc>
  </channel>
</rss>

...It does, however, appear to be valid RSS at least.



Original issue reported on code.google.com by [email protected] on 7 Sep 2010 at 9:00

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.