liresolr | Putting LIRE into Solr - an ongoing project
kandi X-RAY | liresolr Summary
kandi X-RAY | liresolr Summary
This is a Solr plugin for the LIRE content based image retrieval library, so basically it’s for indexing images and then finding similar (looking) ones. The original library can be found at [Github] The LIRE Solr plugin includes a RequestHandler for searching, an EntityProcessor for indexing, a ValueSource Parser for content based re-ranking and a parallel indexing application. An outdated demo can be found at [If you want to give it a try yourself, there is a [docker image] which you use to run a pre-configured core on a Solr server. There’s also a tool to create import XML files from Flickr. More information is available at [src/main/docs/docker.md] src/main/docs/docker.md). If you need help on the plugin, please use the mailing list at [lire-dev mailing list] to ask questions. Additional documentation is available on [src/main/docs/index.md] src/main/docs/index.md) If you need help with your project, please contact me, we also offer consulting services.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Main method for testing
- Initialize the static members
- Get a list of recently selected photos
- Gets the next file
- Command - line parser
- Runs the processor
- Checks if the output file is configured
- Main entry point
- Write to shell file
- Returns the values stored in this field
- Get additional fields
- Create indexable field
- Returns a serialized representation of this feature
- Entry point for testing purposes
- End tag
- Finish writing
- Creates a list of terms based on the hash table
- Converts a string to a byte array
- Gets a single document
- Add a string to the queue
- Export XML files to stdout
- Start an element
- Returns a textual representation of this class
- Main entry point for example
- Command line parser
- Get the next row
liresolr Key Features
liresolr Examples and Code Snippets
Community Discussions
Trending Discussions on liresolr
QUESTION
I have used the LireSolr and indexed around a 1000 images. Now i try to obtain a similar image from google, that is, if there is a black bag in the indexed data I get a black bag and I try to obtain histograms using above flow and for JCD, ColorLayout, PHOG and Edge Histogram but the results are irrelevant and the result changes everytime. On searching the same image as the indexed one also different result images as returned. Anyone encountered the same problem before? Thanks for the help in advance..!!!
...ANSWER
Answered 2017-Nov-10 at 09:32Well I found the answer, the query should be like this:-
http://localhost:8983/solr/ImageMatch/select?q={!cache=false}:&sort=lirefunc(eh,"gICEkYGwg6CAgJOAg7GgwqCRsYDAgIGCgKCAg4GAkYOQwICEkYOTgA==")+asc
Lirefunc is the function query and {!cache=false} disables the cache. This is necessary, otherwise even if we try to change the query feature in lirefunc the output results will be picked uo from the cache.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install liresolr
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page