We're Hiring!

OMERO.web Search App

General and open developer discussion about using OMERO APIs from C++, Java, Python, Matlab and more! Please new questions at https://forum.image.sc/tags/omero
Please note:
Historical discussions about OMERO. Please look for and ask new questions at https://forum.image.sc/tags/omero

If you are having trouble with custom code, please provide a link to a public repository, ideally GitHub.

OMERO.web Search App

Postby icaoberg » Mon Apr 04, 2011 2:45 pm

I am trying to modify the search app so that I can perform a search within a subset of images. I have two questions:

1) Does the API support this functionality? That is given, can I perform a search on a subset of images or dataset?
2) Does the batch search perform this task? Meaning, will the second search on a batch search use the results from the first search, and so on?

I created a search service and it doesn't have this functionaly.

Ivan
icaoberg
 
Posts: 145
Joined: Fri Sep 17, 2010 9:05 pm
Location: Pittsburgh, PA

Re: OMERO.web Search App

Postby jmoore » Mon Apr 04, 2011 6:28 pm

User avatar
jmoore
Site Admin
 
Posts: 1591
Joined: Fri May 22, 2009 1:29 pm
Location: Germany

Re: OMERO.web Search App

Postby icaoberg » Tue Apr 05, 2011 4:25 pm

so i can do full text search on an image id?

ivan
icaoberg
 
Posts: 145
Joined: Fri Sep 17, 2010 9:05 pm
Location: Pittsburgh, PA

Re: OMERO.web Search App

Postby jmoore » Wed Apr 06, 2011 5:45 am

Hmmmm,.... I'm not sure what you mean, Ivan. Maybe you need to give me the full story. But, "id" is certainly a field stored in Lucene, so you can do something like:
Code: Select all
name:cell* AND (id:10 OR id:100 OR id:1000)


I'm not sure if there is a limit on the number of ids in that OR subclause.

Cheers,
~Josh
User avatar
jmoore
Site Admin
 
Posts: 1591
Joined: Fri May 22, 2009 1:29 pm
Location: Germany


Return to Developer Discussion

Who is online

Users browsing this forum: No registered users and 1 guest