Viewing elastic search page

hi ... i'm a beginner with play framework and i'm supposed to do a web
application where i can search for users and add them ... first
problem i'm facing is that i can't make the elastic search layout
appear as an action of certain button to my views ... and i want to
make the output of the search clickable or apply action on it (add
members) ..... and also it searches with id of the class not any other
attributes

Hi,

What Elasticsearch layout are you talking about? Elasticsearch is just
the search engine, it comes with no default interface. There are a few
of them out there, for example:
http://mobz.github.com/elasticsearch-head/

But, if you want to use Elasticsearch for some custom thing, you'd
probably want to make your own interface.

On Apr 20, 7:41 pm, ayatullah marawan ayatullah.mara...@gmail.com
wrote:

hi ... i'm a beginner with play framework and i'm supposed to do a web
application where i can search for users and add them ... first
problem i'm facing is that i can't make the Elasticsearch layout
appear as an action of certain button to my views ... and i want to
make the output of the search clickable or apply action on it (add
members) ..... and also it searches with id of the class not any other
attributes

yea .. i probably gonna do that .. thankss alott :slight_smile:

On Mon, Apr 23, 2012 at 8:26 AM, Radu Gheorghe radu0gheorghe@gmail.com wrote:

Hi,

What Elasticsearch layout are you talking about? Elasticsearch is just
the search engine, it comes with no default interface. There are a few
of them out there, for example:
http://mobz.github.com/elasticsearch-head/

But, if you want to use Elasticsearch for some custom thing, you'd
probably want to make your own interface.

On Apr 20, 7:41 pm, ayatullah marawan ayatullah.mara...@gmail.com
wrote:

hi ... i'm a beginner with play framework and i'm supposed to do a web
application where i can search for users and add them ... first
problem i'm facing is that i can't make the Elasticsearch layout
appear as an action of certain button to my views ... and i want to
make the output of the search clickable or apply action on it (add
members) ..... and also it searches with id of the class not any other
attributes