SLOR And OpenNlp integration

2012-10-11 Thread ahmed
Hello, I am a new user of apache solr and i have to integrate opennlp avec solr .The problem is that i dont find a tutorial to do this integration .so i am asking if there is someone who can help me to do this integration ? thanks, -- View this message in context: http://lucene.472066.n3.nabble

RE: SLOR And OpenNlp integration

2012-10-11 Thread ahmed
Hi, Thanks for reply i fact i tried this tutorial but when i execute 'ant compile' i have probleme taht class not found despite the class a re their.I dont know wats the probleme -- View this message in context: http://lucene.472066.n3.nabble.com/SLOR-And-OpenNlp-integration-tp4013094p4013101.

Re: SLOR And OpenNlp integration

2012-10-11 Thread ahmed
in fact i dowload the source of solr using svn client then, i execute the path of the opennlp then i do ant compile -lib /usr/share/ivy i got the error [javac] public synchronized Span[] splitSentences(String line) { [javac] ^ [javac] /home/pfe/Téléchargements/de

Re: Solr 6 Distributed Join

2015-12-16 Thread Akiel Ahmed
t;s2.id=s3.e2") Sorry if the query does not make sense, but given the data above my intention is to find a single result made up of 3 documents: s1.id=1,s2.id=8,s3.id=25 Is that possible? If yes, will Solr 6 support an arbitrary number of queries and associated joins? Cheers Akiel F

Re: Solr 6 Distributed Join

2015-12-17 Thread Akiel Ahmed
ot;), on="id=e1") I am still interested in whether we can specify a join, using an arbitrary number of searches. Cheers Akiel From: Akiel Ahmed/UK/IBM@IBMGB To: solr-user@lucene.apache.org Date: 16/12/2015 17:05 Subject:Re: Solr 6 Distributed Join Hi Dennis, Tha

Re: Solr 6 Distributed Join

2015-12-21 Thread Akiel Ahmed
s need to be sorted by the same join keys to nest innerJoins >> (merge joins). >> >> innerJoin(innerJoin(...), >> search(...), >> on...) >> >> If the third stream is joined on a different key you can nest inside a >> hash

RE: Solr 6 Distributed Join

2015-12-22 Thread Akiel Ahmed
quot;,"id":"3"}, {"EOF":true,"RESPONSE_TIME":58}]}} Deleting the document with id 3, and rerunning the query (see above) returned {"result-set":{"docs":[ {"e1":"1","id":"4"}, {"EOF":true

Re: Solr 6 Distributed Join

2015-12-24 Thread Akiel Ahmed
. If it doesn't work properly it makes sense to file a bug report. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Dec 22, 2015 at 5:55 AM, Akiel Ahmed wrote: > Hi, > > I tried a straight forward join against something that is connected to > many things but didn't get

Re: Solr 6 Distributed Join

2016-01-05 Thread Akiel Ahmed
d a chance to review. If you have a reproducible failure on a one-to-many join go ahead and create a jira ticket. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Dec 24, 2015 at 3:25 AM, Akiel Ahmed wrote: > Hi > > Did you get a chance to check whether one-to-many joins were covered i

Re: Solr 6 Distributed Join

2016-01-06 Thread Akiel Ahmed
the incoming streams and doesn't do any checks related to if expected fields are included in the incoming streams. In your case, it'd have found the error and told you that the streams aren't sorted in a compatible way. - Dennis On Tue, Jan 5, 2016 at 8:11 AM, Akiel Ahmed wr

Exporting Score value from export handler

2016-01-29 Thread Akiel Ahmed
Hi, I would like to issue a query and get the ID and Score for each matching document. There may be lots of results so I wanted to use the export handler, but unfortunately the current version of Solr doesn't seem to export the Score - I read the comments on https://issues.apache.org/jira/brow

Re: Exporting Score value from export handler

2016-02-09 Thread Akiel Ahmed
a jira for this and link it to SOLR-8125. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Jan 29, 2016 at 8:26 AM, Akiel Ahmed wrote: > Hi, > > I would like to issue a query and get the ID and Score for each matching > document. There may be lots of results so I wa

Facet By Distance

2015-02-25 Thread Ahmed Adel
Hello, I'm trying to get Facet By Distance working on an index with LatLonType fields. The schema is as follows: ... ... And the query I'm running is: q=*:*&sfield=start_station&pt=40.71754834,-74.01322069&facet.query={!frange l=0.0 u=0.1}geodist()&facet.query={!frange l=0.10001 u=0.2}g

Re: Facet By Distance

2015-02-25 Thread Ahmed Adel
urn all the documents in the index" because you did nothing > to filter them out. Your query is *:* (everything) and there are no filter > queries. > > ~ David Smiley > Freelance Apache Lucene/Solr Search Consultant/Developer > http://www.linkedin.com/in/davidwsmiley > >

Re: Facet By Distance

2015-02-26 Thread Ahmed Adel
t; If 'q' is absent, then you always match nothing (there may be > exceptions?); > > so it's sort of required, in effect. I wish it defaulted to *:*. > > > > ~ David Smiley > > Freelance Apache Lucene/Solr Search Consultant/Developer > > http://www

Re: Log numfound, qtime, ...

2015-03-04 Thread Ahmed Adel
Hi, I believe a better approach than Solarium is to create a custom search component that extends SearchComponent class and override process() method to store query, QTime, and numFound to a database for further analysis. This approach would cut steps 2 through 6 into one step. Analysis can be done

clusterstate.json is sometimes out-of-sync

2015-04-09 Thread Ahmed Adel
you saying that you intend to use the ZK REST API > to fetch live_nodes and then send the 'clusterstatus' API call to one of > the live nodes? > > On Thu, Apr 9, 2015 at 7:13 PM, Ahmed Adel wrote: > > > In fact, the advantage I see of using ZK is that we don't h

Re: clusterstate.json is sometimes out-of-sync

2015-04-09 Thread Ahmed Adel
gt; > https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-api18 > > > On Thu, Apr 9, 2015 at 5:52 PM, Ahmed Adel wrote: > > > Hi Shalin, > > > > Thanks for your response. I'm actually looking inside ZooKeeper in order > to >

clusterstate.json is sometimes out-of-sync

2015-04-09 Thread Ahmed Adel
Hi All, On Solr 5.0 and ZK 3.4.6 sometimes clusterstate.json does not reflect the aggregation of states of collections, the latter is always correct. I could verify this from the admin panel (under Tree view) and from ZKCli. Is there something I'm missing that could generate this issue? -- A. A

Re: clusterstate.json is sometimes out-of-sync

2015-04-09 Thread Ahmed Adel
Solr 5.0 while others using prior versions of Solr don't see. By the way, is there one method to retrieve state across 4.x and 5.x? It seems that there are different methods depending on Solr version. On Thu, Apr 9, 2015 at 12:23 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wr

json facet API response size

2017-02-13 Thread ahmed darweesh
I tried migrating our facet search from the old facet method to the new json facet API, but there is one problem in the size of the returned response. for example one query response size is around 1.2 MB while the same query using the old facet method produces a response of around 160 KB. Is there

Solr Seach proposal

2014-03-29 Thread ahmed shawki
Hi All, My name is Ahmed. I am from Egypt. I have spent the last two months in developing a custom web-interface for Solr using HTML and JavaScript. I have called it "Solr Search" (until now). Actually, the basic idea was inspired to me from "AJAX Solr". But "Solr Sea

Re: Solr Seach proposal

2014-04-01 Thread ahmed shawki
://code.google.com/p/solr-search-html/ In this page, a "quick overview" link about "Solr Search" can be found, as well as a link for downloading it. Thanks Best Regards,Ahmed shawkiasha...@hotmail.com

Export feature issue in Solr 4.10

2014-10-02 Thread Ahmed Adel
Hi All, I'm trying to use Solr 4.10 export feature, but I'm getting an error. Maybe I missed something. Here's the scenario: 1. Download Solr 4.10.0 2. Use collection1 schema out of the box 3. Add docValues="true" to price and pages fields in schema.xml 4. Index books.json using com

Re: Export feature issue in Solr 4.10

2014-10-04 Thread Ahmed Adel
. > > > > > > > > > Joel Bernstein > Search Engineer at Heliosearch > > On Thu, Oct 2, 2014 at 4:10 PM, Joel Bernstein wrote: > > > Yep getting the same error. Investigating... > > > > Joel Bernstein > > Search Engineer at Heliosearch

Indexed epoch time in Solr

2015-01-25 Thread Ahmed Adel
Hi All, Is there a way to convert unix time field that is already indexed to ISO-8601 format in query response? If this is not possible on the query level, what is the best way to copy this field to a new Solr standard date field. Thanks, -- *Ahmed Adel* <http://s.wisestamp.com/links?url=h

Re: highlight on prefix query

2011-08-31 Thread Ahmed Boubaker
is is correct behaviour. If you go to google and search for > "Tel", > you will see that telephone is highlighted. > > On Fri, Aug 5, 2011 at 5:42 PM, Ahmed Boubaker > wrote: > > > Hi, > > > > I am using solr 3 and highlighting is working fine. How

DataImportHandler Transformer and environment property

2011-08-31 Thread Ahmed Boubaker
Hello, Anyone knows how can you access property environmen from a custom Transformer I defined? Also, I am wondering where "solrcore.properties" should be located in a multicore setup and how can I access the properties defined inside from various solr plugins? Many thanks for your help, Boubake

advice on creating a solr index when data source is from many unrelated db tables

2010-07-29 Thread S Ahmed
I understand (and its straightforward) when you want to create a index for something simple like Products. But how do you go about creating a Solr index when you have data coming from 10-15 database tables, and the tables have unrelated data? The issue is then you would have many 'columns' in you

Re: advice on creating a solr index when data source is from many unrelated db tables

2010-07-30 Thread S Ahmed
d idea, in case I need to filter for only 'articles' or blogs or contacts etc. But there might be 50 fields if I do this no? On Fri, Jul 30, 2010 at 4:01 AM, Chantal Ackermann < chantal.ackerm...@btelligent.de> wrote: > Hi Ahmed, > > fields that are empty do not impa

MoreLikeThis to extract relevant terms to the query from the index

2010-11-07 Thread farag ahmed
Hi All, I am using MoreLikeThis.java in lucene to expand the query with related terms. It works fine and I could't retrieve the relevant documents to the query but I couldn’t know how to extract the related terms to the query for the index. my task is: For example query is "bank" related

MoreLikeThis to extract relevant terms to the query from the index

2010-11-07 Thread farag ahmed
Hi All, I am using MoreLikeThis.java in lucene to expand the query with related terms. It works fine and I could retrieve the relevant documents to the query but I couldn’t know how to extract the related terms to the query for the index. my task is: For example query is "bank" related terms

Dispatching a query to multiple different cores

2011-08-03 Thread Ahmed Boubaker
Hello there! I have a multicore solr with 6 different "simple" cores and somewhat different schemas and I defined another "meta" core which I would it to be a dispatcher: the requests are sent to "simple" cores and results are aggregated before sending back the results to the user. Any idea or h

highlight on prefix query

2011-08-05 Thread Ahmed Boubaker
Hi, I am using solr 3 and highlighting is working fine. However when using prefix query like tel*, the highlighter highlights the whole matching words (i.e. television, telephone, ...). I am highlighting a very short field (3~5 words length). How can I prevent the highlighter from doing so? I

Regex Transformer Error

2008-11-05 Thread Ahmed Hammad
Hi, I am using Solr 1.3 data import handler. One of my table fields has html tags, I want to strip it of the field text. So obviously I need the Regex Transformer. I added transformer="RegexTransformer" attribute to my entity and a new field with: Every thing works fine. The text is replace wi

Re: Regex Transformer Error

2008-11-05 Thread Ahmed Hammad
Hi, It works with the attribute regex="<(.|\n)*?>" Sorry for the disturbance. Regards, ahmd On Wed, Nov 5, 2008 at 8:18 PM, Ahmed Hammad <[EMAIL PROTECTED]> wrote: > Hi, > > I am using Solr 1.3 data import handler. One of my table fields has html > tags, I

Re: Regex Transformer Error

2008-11-06 Thread Ahmed Hammad
It worked by replace < with < and > with > Thank you for your support, ahmd On Thu, Nov 6, 2008 at 2:39 AM, Norskog, Lance <[EMAIL PROTECTED]> wrote: > There is a nice HTML stripper inside Solr. > "solr.HTMLStripStandardTokenizerFactory" > > >

Re: DataImportHandler not indexing all the records

2008-11-15 Thread Ahmed Hammad
I had a similar problem like Giri. I have 17,000 record in one table and DIH can import only 12464. After some investigation, I found my problem. I have a regular expression to strip off html tags form input text, as following: The DIH RegEx have stack overflow on the record 17,000 due to erro

Re: DataImportHandler not indexing all the records

2008-11-15 Thread Ahmed Hammad
Thanks Shalin, I have added a new field type in my schema as following: and added my field After restarting Solr, and making full-import, everything work just fine. Many thanks. Regards, Ahmed My best wishes, Regards, Ahmed Hammad On Sat, Nov

Re: Regex Transformer Error

2008-11-17 Thread Ahmed Hammad
have used the HTML parser included with Lucene ( org.apache.lucene.demo.html). It is well performing and worked with me (while working with Lucene before moving to Solr) What do you think? Does it worth contribution? My best wishes, Regards, Ahmed On Thu, Nov 6, 2008 at 2:39 AM, Norskog, Lance

Re: Regex Transformer Error

2008-11-29 Thread Ahmed Hammad
OK, I contributed it at: https://issues.apache.org/jira/browse/SOLR-887 I changed it to use Solr class org.apache.solr.analysis.HTMLStripReader Thank you all. Ahmed On Tue, Nov 18, 2008 at 5:49 AM, Noble Paul നോബിള്‍ नोब्ळ् < [EMAIL PROTECTED]> wrote: > On Tue, Nov 18, 2008 a

DIH Admin Page Commands

2008-12-13 Thread Ahmed Hammad
bug.jsp as following: Return to Admin Page What do you think? I would like to know if there exist better ways. Regards, Ahmed

Re: DIH Admin Page Commands

2008-12-13 Thread Ahmed Hammad
Thanks for your feedback :-) Sure, I will open issue and attach a patch. Best wishes, Ahmed On Sat, Dec 13, 2008 at 7:44 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > Thanks for the suggestions. I'm sure these will be useful to a lot of > users. > Do you m

How to indexing non-english html text in unicode with Solr?

2009-04-23 Thread ahmed baseet
ne tell me any good method of extracting Xml from html or just let me know how to index non-english html pages with Solr that will enable me searching with unicode queries (for corresponding regional query). Thanks in advance. --Ahmed.

Re: How to indexing non-english html text in unicode with Solr?

2009-04-24 Thread ahmed baseet
the page sizes can be quite large sometimes. What is the maximum field length supported by Solr [Is it 1 by default? I think so]. Will this make sense during searching? Requesting all Solr users to give me their valuable advice. Thanks. --Ahmed. On Fri, Apr 24, 2009 at 4:32 PM, Grant Ingersol

How to post in-memory[not residing on local disks] Xml files to Solr server for indexing?

2009-04-27 Thread ahmed baseet
rocess in a loop, so that I'll extract some information and put that to xml file and push it off to Solr for indexing. Thanks in appreciation. --Ahmed.

Re: How to post in-memory[not residing on local disks] Xml files to Solr server for indexing?

2009-04-27 Thread ahmed baseet
commons-logging-1.0.4.jar Thank you very much. Ahmed. On Mon, Apr 27, 2009 at 3:55 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Mon, Apr 27, 2009 at 3:30 PM, ahmed baseet >wrote: > > > Hi All, > > I'm trying to post some files to Solr server. I&

Re: How to post in-memory[not residing on local disks] Xml files to Solr server for indexing?

2009-04-27 Thread ahmed baseet
solr-solrj-pom.xml etc] and I'm not able to figure out which one to use. Any help would be appreciated. Thanks, Ahmed. On Mon, Apr 27, 2009 at 4:53 PM, ahmed baseet wrote: > Shalin, thanks for your quick response. > > Actually I'm trying to pull plaintext from html pages and trying

Re: How to post in-memory[not residing on local disks] Xml files to Solr server for indexing?

2009-04-27 Thread ahmed baseet
are available, hence shortened to avoid typing all] solr-dataimporthandler-pom.xml solr-common-pom.xml solr-core-pom.xml solr-parent-pom.xml solr-solr-pom.xml Thanks, Ahmed. On Mon, Apr 27, 2009 at 5:38 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Mon, Apr 27, 2009 a

Re: How to post in-memory[not residing on local disks] Xml files to Solr server for indexing?

2009-04-27 Thread ahmed baseet
ls. Shall I try getting those jar files, specifically that solr-solrj jar that contains commons-http-solr-server class files? If yes then can you tell me where to get those jar files from, on the web? Has anyone ever faced similar problems? Please help me fixing these silly issues? Thanks, Ahmed. On Mo

Re: How to post in-memory[not residing on local disks] Xml files to Solr server for indexing?

2009-04-28 Thread ahmed baseet
Thank you very much. Now its working fine, fixed those minor classpath issues. Thanks, Ahmed. 2009/4/28 Noble Paul നോബിള്‍ नोब्ळ् > the Solr distro contains all the jar files. you can take either the > latest release (1.3) or a nightly > > On Tue, Apr 28, 2009 at 11:34 AM,

Addition of new field to Solr schema.xml not getting reflected properly

2009-04-28 Thread ahmed baseet
ot; menu. Has anyone faced similar issues with solr1.3 on windows? Any suggestion would be appreciated. Thanks, Ahmed.

Re: Addition of new field to Solr schema.xml not getting reflected properly

2009-04-29 Thread ahmed baseet
I added some new documents, and for these docs I can use the new field, right? Though to reflect the changes for all docs I need to delete the old index and build a new one. As I mentioned earlier after a couple of restarts its worked. Still don't know whats the issue. :-) Thanks, Ahmed. O

Problem adding unicoded docs to Solr through SolrJ

2009-04-29 Thread ahmed baseet
tring(rawText.getBytes("UTF-8")); but even this didn't help eighter. Its seems some silly problem some where, which I'm not able to catch. :-) I appreciate if some one can point me the bug... Thanks, Ahmed.

Re: Problem adding unicoded docs to Solr through SolrJ

2009-04-29 Thread ahmed baseet
ction for posting to Solr and it works prefectly. But is there any intelligent way of doing all this, like straight from default encoded string to utf-8 encoded string, without going via byte array. Thank you very much. --Ahmed. On Wed, Apr 29, 2009 at 6:45 PM, Michael Ludwig wrote: &g

How to iterate the solrdocumentlist result

2009-05-03 Thread ahmed baseet
ls withing html code itself[ the solr server is on my box, and I want to do the testing on my box, so I want to access the indexer from my local box's browser only]. Any good ideas on this? Thanks, Ahmed.

org.apache.*.*.... class not found exception in Internet Explorer

2009-05-03 Thread ahmed baseet
org.apache.*** classes and creating the mess. Can anyone help this newbie fixing the problem. Thanks a lot. Do let me know if some information is missing/want some extra information on this issue. --Ahmed.

Re: org.apache.*.*.... class not found exception in Internet Explorer

2009-05-03 Thread ahmed baseet
refox download\apache-solr-1.3.0\apache-solr-1.3.0\dist\solrj-lib\commons-codec-1.3.jar;D:\firefox download\apache-solr-1.3.0\apache-solr-1.3.0\dist\solrj-lib\commons-logging-1.0.4.jar Thanks, Ahmed. On Mon, May 4, 2009 at 12:10 PM, ahmed baseet wrote: > Hi, > I'm trying to query sol

Does solrj return result in XML format? If not then how to make it do that.

2009-05-04 Thread ahmed baseet
t the fields. Thank you. --Ahmed.

Re: Update an existing Solr Index

2009-05-04 Thread ahmed baseet
As I know when you resend another index request with some old ID, old field but new content, the old one gets overwritten by the new one. @solr-users, Views??? --Ahmed On Mon, May 4, 2009 at 5:26 PM, appleman1982 wrote: > > Hi All, > I have a requirement wherein i want to update an

Re: Does solrj return result in XML format? If not then how to make it do that.

2009-05-04 Thread ahmed baseet
terate the solrdocumentlist and create a list[may be] to put the results and return it back to the browser which will handle displaying that list/map etc. --Ahmed. On Mon, May 4, 2009 at 5:52 PM, Erik Hatcher wrote: > Just out of curiosity, what's the use case for getting the result back i

run on reboot on windows

2010-05-01 Thread S Ahmed
Hi, I'm trying to get Solr to run on windows, such that if it reboots the Solr service will be running. How can I do this?

Re: run on reboot on windows

2010-05-02 Thread S Ahmed
By default it uses Jetty, so your saying Tomcat on windows server 2008/ IIS7 runs as a native windows service? On Sun, May 2, 2010 at 12:46 AM, Dave Searle wrote: > Set tomcat6 service to auto start on boot (if running tomat) > > Sent from my iPhone > > On 2 May 2010, at 02:31, &

Re: run on reboot on windows

2010-05-02 Thread S Ahmed
its not tomcat/jetty that's the issue, its how to get things to re-start on a windows server (tomcat and jetty don't run as native windows services) so I am a little confused..thanks. On Sun, May 2, 2010 at 7:37 PM, caman wrote: > > Ahmed, > > > > Best is if you take

Re: run on reboot on windows

2010-05-02 Thread S Ahmed
ype to automatic > > Sent from my iPhone > > On 3 May 2010, at 00:43, "S Ahmed" wrote: > > > its not tomcat/jetty that's the issue, its how to get things to re- > > start on > > a windows server (tomcat and jetty don't run as native windows > >

How to add solr admin ui

2018-08-22 Thread Ahmed Musallam
make is specific to a certain core. any tutorials or documentation would be greatly appreciated! Thanks! Ahmed

Code review for SOLR related changes.

2019-03-01 Thread Fiz Ahmed
Hi Solr Experts, Can you please suggest Code review techniques for SOLR related changes in a Project. Thanks FIZ AML Team.

Issue with solr.HTMLStripCharFilterFactory

2018-01-19 Thread Fiz Ahmed
Hi Solr Experts, I am using the HTMLStripCharFilterFactory for removing tags in Body element. Body contains data like Ipad I made changes in managed schema . ---

Faceting with Stats

2019-07-02 Thread Ahmed Adel
Hi, How can stats field value be calculated for top facet values? In other words, the following request parameters should return the stats.field measures for facets sorted by count: q: * wt: json stats: true stats.facet: authors_s stats.field: average_rating_f facet.missing: true f.authors_s.face

Re: Faceting with Stats

2019-07-03 Thread Ahmed Adel
ppreciated. Thanks, A. Adel On Tue, Jul 2, 2019 at 4:38 PM Ahmed Adel wrote: > Hi, > > How can stats field value be calculated for top facet values? In other > words, the following request parameters should return the stats.field > measures for facets sorted by count: > >

Re: Faceting with Stats

2019-07-04 Thread Ahmed Adel
ppreciated. Thanks, A. Adel On Tue, Jul 2, 2019 at 4:38 PM Ahmed Adel wrote: > Hi, > > How can stats field value be calculated for top facet values? In other > words, the following request parameters should return the stats.field > measures for facets sorted by count: > >

Re: Faceting with Stats

2019-07-04 Thread Ahmed Adel
rts with stats=true and mis-typed the q clause. > > Best, > Erick > > On Jul 3, 2019, at 5:08 AM, Ahmed Adel wrote: > > > > Hi, > > > > As per the documentation recommendation of using pivot with stats > component > > instead ( > > > ht

Returning multiple fields in graph streaming expression response documents

2019-07-16 Thread Ahmed Adel
Hi, How can multiple fields be returned in graph traversal streaming expression response documents? For example, the following query: nodes(emails, walk="john...@apache.org->from", gather="to") returns these documents in the response: { "result-set": { "docs": [ {

Re: Returning multiple fields in graph streaming expression response documents

2019-07-17 Thread Ahmed Adel
gt; You have to perform a „join“ to get more fields. > > > Am 16.07.2019 um 13:52 schrieb Ahmed Adel : > > > > Hi, > > > > How can multiple fields be returned in graph traversal streaming > expression > > response documents? For example, the following query

Re: Returning multiple fields in graph streaming expression response documents

2019-07-19 Thread Ahmed Adel
t;: { "docs": [ { "to_s": "john...@apache.org" }, { "to_s": "johnsm...@apache.org" }, ... { "EOF": true, "RESPONSE_TIME": 33 } ] } } The response should have an additional "name" field in each document returned. Any additi

Re: Returning multiple fields in graph streaming expression response documents

2019-07-19 Thread Ahmed Adel
sed on the > fetch. If that doesn't work, I'll investigate further. > > > > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Fri, Jul 19, 2019 at 5:51 AM Ahmed Adel wrote: > > > Hi Joel, > > > > Thank you for your thoughts. I tried the

Re: Returning multiple fields in graph streaming expression response documents

2019-07-20 Thread Ahmed Adel
e /select handler on your > install? > > Anyway fetch needs to be reverted back to it's previous implementation > before the above commit basically broke it. > > > > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Fri, Jul 19, 2019 at 2:20 PM Ahmed Ad

Re: Returning multiple fields in graph streaming expression response documents

2019-07-21 Thread Ahmed Adel
tch expression. When we look at > that log we'll be able to see what the query is, and if results are > returned. It could be a bug in the code or it could be something related to > the data that's being fetched. > > > Joel Bernstein > http://joelsolr.blogspot.com/ >

Returning multiple fields in /graph streaming expression response

2019-07-22 Thread Ahmed Adel
Hi, Similar to this question ( https://mail-archives.apache.org/mod_mbox/lucene-solr-user/201907.mbox/browser), how can additional fields be returned when using /graph request handler? For example, from the documentation, for the request: nodes(enron_emails, nodes(enron_emails, walk="kayne.coul.

Re: Returning multiple fields in /graph streaming expression response

2019-07-23 Thread Ahmed Adel
randal.maff...@enron.com Randal Maffett ... which can be used as a subsequent request to the first in order to retrieve additional fields but it would be more efficient if there's a way to retrieve the required fields in one request. Best, A. Adel On Mon, Jul 22, 2019

SOLR 6.6 with MS-SQL.

2019-07-24 Thread Fiz Ahmed
Hi SOLR Experts, We are using Apache Solr 6.6 stand-alone currently in a number of locations.Most indexes are holding 250,000 to 400,000 documents.Our data comes from MS-SQL.We’re using a front-end JavaScript solution to communicate with Solr to perform queries. - Solr Performanc

Re: Solr 8.2 docker image in cloud mode not connecting to Zookeeper on startup

2019-10-18 Thread Ahmed Adel
This could be because Zookeeper ensemble is not properly configured. Using a very similar setup which consists of ZK cluster of three hosts and one Solr Cloud node (all are containers), the system got running. Each ZK host has ZOO_MY_ID and ZOO_SERVERS environment variables set before running ZK. I

Joins and text fields projection

2019-10-20 Thread Ahmed Adel
Hi, Is there a way to select text fields in a query with a join clause in Streaming Expressions or Parallel SQL? The following query: SELECT field_s, field_t FROM t1 INNER JOIN t2 ON t1.a = t2.a LIMIT 10 requires that field_t, which is of type text, have docValues enabled, which is not supported

Re: Clustering always return labels":["Other Topics"]

2019-12-26 Thread Ahmed Adel
Hi - adding carrot.title field should resolve this issue On Thu, Dec 19, 2019 at 2:22 AM Nehemia Litterat wrote: > Hi, > I am using stand alone solr 8.2 server. > Used this guide to define Clustering > https://carrot2.github.io/solr-integration-strategies/carrot2-3.6.3/index.html > > > (Attached

Update schema.xml using solrj APIs

2011-12-21 Thread Ahmed Abdeen Hamed
Hello friend, I am new to Solrj and I am wondering if there is a away you can update the schema.xml file via the APIs. I would appreciate any help. Thanks very much, -Ahmed

Re: Update schema.xml using solrj APIs

2011-12-22 Thread Ahmed Abdeen Hamed
Thanks everyone! That was very helpful. -Ahmed On Thu, Dec 22, 2011 at 5:15 AM, Chantal Ackermann < chantal.ackerm...@btelligent.de> wrote: > > Hi Ahmed, > > if you have a multi core setup, you could change the file > programmatically (e.g. via XML parser), copy the new f

Re: Using solr with the new TokenStream API

2009-12-16 Thread Ahmed El-dawy
I think the problem is that my jar file is added to the class path at run time. This causes Class.forName to be not working correctly. Is there a way to add this jar file to classpath during tomcat startup? On Tue, Dec 15, 2009 at 8:42 PM, Ahmed El-dawy wrote: > Hi, > I'm using

Re: Using the new tokenizer API from a jar file

2009-12-30 Thread Ahmed El-dawy
in loader will take care of hte classloading for you. > > > > > > if you are confident you have your jar in the correct place, please > > email > > > solr-user with the ClassNotFound stack trace from your solr logs, as > > well > > > as hierarchy of

Master Slave Replication of Solr with Basic Authentication

2018-03-25 Thread Basheeruddin Ahmed (syedbahm)
indicates the config is in plain text. username password Please let me know how I can use the same encrypted password as in Security.json when setting up Master/Slave Replication for Solr. Thx -Syed Ahmed.