Coder Social home page Coder Social logo

calaca's People

Contributors

gaving avatar marvel80 avatar romansanchez avatar trentniemeyer avatar xros 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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

calaca's Issues

Bookmark searches?

It would be great if searches could be bookmarked, for example by adding "?q=yesterday" to the location. This would mean they'd have to be evaluated on reload based on the search param, without things being entered into the search-box.

how to find the type?

I'm completely new to ES. Sorry in advance for my illiteracy.

In the readme, it says i need to fill the type. I wonder is that "type"? And how can I find out what type is my ES?

screen_shot_2015-07-26_at_10_26_02_pm

Multiple index support

Hi,

I don't know if it's already possible but if not, it would be great to support multiple indexes using wildcard.

I'm thinking about daily index created by logstash for example like it is on kibana :
[logstash-]YYYY.MM.DD

Unexpected CSS token: }

I keep getting the following in the debugger. Dunno it's a big deal but thought I'd report.

Unexpected CSS token: }
calaca.css:115

Tika integration

Hi Roman,

Was hoping you might add support for the Tika project that allows MS Office, PDF and other documents to be indexed. I think it might be a useful addition. Happy to chip in in any way I can.

Best,
S

facet search

Can we have facet search in next version? so that user can also filter/navigate the search using facets.

Thanks,
Rohan

The plugin doesn't seem installed

Hi,

I tried to install the plugin with an unzip in the "plugins" repository, I changed the parameters of config.js.

But when I launch elasticsearch, there is no "Calaca" in the plugin line, do you have any idea of the problem ?

Regards,

Infinite Scroll Plugin

This could be a great feature; if I can get it hacked together on my end I will gladly share the code in case it wants to get implemented

support for elasticsearch 2 - plugin-descriptor.properties missing

sudo bin/plugin install romansanchez/calaca
-> Installing romansanchez/calaca...
Trying https://github.com/romansanchez/calaca/archive/master.zip ...
Downloading ........................................................................................................................................................................DONE
Verifying https://github.com/romansanchez/calaca/archive/master.zip checksums if available ...
NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify)
ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip

Changed port doesn't seem to work

Calaca works fine under the default configuration. However, when I reconfigured my ES instance to listen on 1234 instead of 9200, it stopped.

Here's what I did in elasticsearch.yml:

# Set a custom port to listen for HTTP traffic:
# 
http.port: 1234

I know I did this correctly because it works fine for kibana on the new port.

however, when I change Calaca's config.js to read var port = 1234;, Calaca stops working, i.e. it no longer returns results for queries.

Am I doing something wrong or is this a bug in Calaca?

Easiest way to sort

trying to figure out how to modify the base code to allow for sorting of a selected numeric field in descending order. Any advice on how to best achieve that?

lambda integration

Hi,

Do you think, there is a way to make it as an express app, hosted on lambda? Also, integration with AWS elastic search services?

Thanks

no results for inputs like "aa:"

I solved this problem by adding this line in js/services.js

query = query.replace(/[\:\!\"\/\(\)\[\]\{\}\\\^]/g, "");

Hope it helps

Search won't execute

Hey Roman!
I'm pretty sure I have everything configured properly…but I'm not a developer or ES expert…but when I go to /_plugin/calaca - and the page opens just like your demo - and type a word in the search box, and hit return, nothing happens.

Running on Ubuntu 14.04, mariadb 10.x, php5.9, 73K posts in the index, ElasticSearch is working fine.

I can see the changes I made in the index file when I reload the page - it appears briefly:

results.post_title (is in red)
results.post_id (in black)

And I edited the .yml as instructed and then researched around, thinking I missed something, and put in the following:

http.cors.enabled: true
http.cors.allow-origin: /.*/
http.cors.allow-credentials: true

Any idea what I'm doing wrong?

Thanks for any help!
Rob

Highlighting

Hi!Thx a lot and what about adding highlighting field in showing results?

No results

Hi there,

I've installed this plugin however I'm having some difficulties to get it working. Does it still work with the current version of es?

The ui displays perfectly however no results are show.

I followed the steps as you provided them. Is there any way you could help me debug this issue?

Kind regards.

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.