Coder Social home page Coder Social logo

elasticsearch's People

Contributors

nickdunn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

elasticsearch's Issues

Setup error

Hi Nick,

I've tried to install ElasticSearch plugin for Symphony. When I add the configurations in the System Preferences form I get the following error in the log file.

07/25/2012 11:35 pm > UNKNOWN: GenericExceptionHandler 0 - ElasticSearch client: Couldnt resolve host in file /Library/WebServer/Documents/elasticsearchdemo/extensions/elasticsearch/lib/class.elasticsearch.php on line 45

I don't know the cause behind it. It might be something I'm doing wrong but I have followed all the steps in the installation tutorial.

Missing php in <?php in class.elasticsearch.php

In the first line of lib/class.elasticsearch.php the php is missing from the start tag: <?

This stops my Apache installation from parsing the php and spitting it out in pure text, breaking the backend. Can send a pull request if you want.

Viewing the Session Logs = Exception

Fatal error: Call to undefined method General::generatePassword() in /Users/brendanabbott/Sites/example.com/extensions/elasticsearch/content/content.sessions.php on line 261

Oops, due to the last minute removal for security reasons attempting to view this page now throws an error.

Session and Query Logs creating Fatal Error, missing an extra underscore on the date range function call

If I click on the Sessions Logs (under the ElasticSearch menu), I get the following error…

Fatal error: Call to undefined function _() in /Sites/elasticsearch-surfin-shakespeare/extensions/elasticsearch/content/content.sessions.php on line 242

and when I click on Query Logs (under the ElasticSearch menu), I get the following error

Fatal error: Call to undefined function _() in /Sites/elasticsearch-surfin-shakespeare/extensions/elasticsearch/content/content.queries.php on line 241

@brendo pointed out to me in the Symphony CMS forum, this can be fixed by…

The errors for Session/Query log should be easily fixed by adding another _ , so the function call is __('Text here').

symphony_highlight

Hey Nick,

I can't seem to get any highlights coming back for any of my searches. I'm using 0.3.1 but looking at the commit history I can't see any specific commits that may affect his behaviour so I thought I'd ask.

I had a poke around and found this line odd. Going by the comment, I think this should be if(!$properties->symphony_highlight) continue;.

My mapping file is setup like this one and the config file has the default settings for highlight-fragment-size and highlight-per-field.

Where else should I be looking to try and find the problem?

Getting following error for readlink command

$ sudo ln -s readlink -f /usr/local/share/elasticsearch/bin/service/elasticsearch /usr/local/bin/rcelasticsearch
readlink: illegal option -- f
usage: readlink [-n] [file ...]

What exactly does readlink -f option do?

Add preferences page for instance management

  • Connection details (as existing System > Preferences page)
  • Rebuilding the index (_open, put, _close)
  • Synonyms
  • Stop words list
  • Analyser options, checkboxes for: ASCII folding, stopwords, stemming (choose stemmer?), html_strip

When rebuilding the index, the index.json should be read and then built upon using these options. Perhaps the JSON file needs %s placeholders where these are added.

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.