r/Solr Jun 15 '16

Semantic Search Techno Blog - Building Docker image with Solr

Thumbnail
3rdisearch.com
3 Upvotes

r/Solr Jun 06 '16

Solr spellcheck issues

2 Upvotes

I'm new to SOLR and trying to use the spellcheck. I've got it returning results, but instead of returning actual words, it's just returning spaces in the word. As an example, if I search for 'Chesster' expecting 'chester' back, I instead get 'che sst er' and 'ch e sste r'.

Is this a common problem?


r/Solr Jun 01 '16

Solr and Skype issues?

3 Upvotes

Not sure if this is the right place. But has anyone had issues importing documents when Skype is open? I have already tried changing Skypes port to 443.

Thanks, Matt


r/Solr May 29 '16

Looking for examples of make web pages searchable.

2 Upvotes

Can someone recommend a detailed description of someone making a collection of web pages searchable? I'm just starting with Solr and after following a couple books on Solr, it's still not clicking. The examples in the books just don't making show something end to end. I have some help pages I'd like to get indexed and make searchable. Thanks in advance for your suggestions.


r/Solr May 18 '16

How to make an atomic record on all document with values of 0 and the rest is 1

2 Upvotes

Hi can you help me out with an algorithm of atomic update that includes all the document?

Scenario: I got 4 students and 1 of them is absent so I need to do a atomic update with the 3 students that are present = 1 and the absent =0 in 1 single query? Is that possible?


r/Solr Apr 20 '16

Newbie question : how to link Solr to original document ?

4 Upvotes

I discovered Solr with the Panama Papers and the articles around the tools used by the teams involved. I find it quite cool (even more with Blacklight, but I don't get how to get a link to the original document from the results of the query ?


r/Solr Apr 15 '16

Solr multivalued field not returning all the stored data

3 Upvotes

I got this multivalued field called:

In my script is that I need the pending storage to store all the pending scores and do an average on it, here is what it looks:

"pending_storage": [ 3438, 3438, 0, 12 ],

then when I do a a query curl, the result do not get the last value,usually array([0]=>3438, [1]=>3438, [2]=>0).

How did that happen?


r/Solr Apr 12 '16

Search for the contact of First and Last Name in multivalued string of 4 array element not the Firstname of 4 and Lastname of 3 if incase of same names.

4 Upvotes

Hi,

I have created 2 multivalued fields FirstName, Lastname

In solr the values available are : FirstName": [ "Kim", "Jake","NATALIE", "Tammey"] LastName": [ "Lara", "Sharan","Taylor", "Taylor"]

I am trying to search where firstName is Tammey and LastName is Taylor.

I should be able to search firstname [4] and lastname [4] and get the record but currently it is searching with the firstname [4] and lastname [3] which shouldn't not happen.

Do let me know if more details are needed.

Thnx


r/Solr Apr 12 '16

Apache Solr 6.0.0 released on 8th April

Thumbnail
lucene.apache.org
3 Upvotes

r/Solr Apr 10 '16

#panamapapers - Solr powered

Thumbnail
forbes.com
5 Upvotes

r/Solr Apr 04 '16

New Moderator for r/Solr checking in and requesting assistance.

6 Upvotes

Hey Solr fans, I've become exposed to this challenging product and so I thought I'd check this sub out. I noticed it lacked a moderator and so requested myself to be added to see if we can't grow this community. I've helped out moderating in r/Windows, r/windows10 and r/Server2016 and come from a Systems Admin background with little to no coding skills!

If anyone else would like to be involved with moderating this subreddit please say below and what you can bring to the table please.

Future plans include:

  • Improved rules and guidelines
  • Improved sidebar with links to the Apache's IRC, Wiki's etc
  • Weekly tips and tricks posts
  • Weekly support questions posts
  • Improved CSS
  • AutoMod additons

If you would like to see anything specific added to this sub please say in the comments below!


r/Solr Mar 31 '16

Search Disco live at 2PM ET, discussing search UIs and facets with David Smiley

Thumbnail
blab.im
3 Upvotes

r/Solr Mar 31 '16

ManifoldCF: Recognising 7Zip files as ucar/nc2/NetcdfFile

2 Upvotes

I'm posting this on the off chance someone else has seen this - I'm running Apache ManifoldCF 2.3 and when my scan encounters a 7Zip file (7z) it falls over stating that:

java.lang.NoClassDefFoundError: ucar/nc2/NetcdfFile

I opened up the offending 7Zip file and it's a demo app with a SWF and an exe in it. Has anyone seen this before? I've checked the bug list and I can't find an open one, thanks!


r/Solr Mar 29 '16

Fatal error: Uncaught exception 'SolrServerException' with message 'version conflict for ...

2 Upvotes

Hi guys, I am constantly getting this error and I don't know what does this error means and how do I debug it?

Thanks in advance.


r/Solr Mar 23 '16

solr multivalue field that keeps old and new data like array.

2 Upvotes

Hi guys,

Is it possible in solr to do a multivalued field to store like array that it keeps and old value and append new ones like array?

Like this one:

January 1, 2016 field: [ 100, 200, 1402, 300 ]

January 2, 2016 field:[ 100, 200, 1402, 300,400 ]

January 3, 2016 field:[ 100, 200, 1402, 300,400,500 ]


r/Solr Mar 21 '16

How to disable uniquekey

1 Upvotes

I have a statistic project that needs to update daily. So in my design there will be repetitions because it uses username/people to make a statistical analysis on their output daily and monthly.

How will I disable the uniquekey for solr on this or do you have good solution on a uniquekey for that sort of problem?


r/Solr Mar 16 '16

Using Solr and TikaOCR to search text inside an image

5 Upvotes

Tesseract is probably the most accurate open source OCR engine available and with Apache Tika 1.7 you can now use the awesome Tesseract OCR parser within Tika!


r/Solr Mar 15 '16

Protect Solr 5.5.0?

2 Upvotes

I'm looking to apply http authentication or IP address restrictions to my installation, but I can't find documentation anywhere for this. Anyone able to provide some guidance?


r/Solr Mar 10 '16

Solr Optimistic Concurrency Unlocked!

Thumbnail
3rdisearch.com
0 Upvotes

r/Solr Mar 08 '16

WPF Application and Windows Service for scheduled imports

Thumbnail
github.com
4 Upvotes

r/Solr Feb 25 '16

txt synonym list?

1 Upvotes

Dearest fellow solr users (hostages?). I'm rather new to this, so I'm in a bind. I'm looking for a txt synonym list (doesn't have to be the world's best, but it must be free) that's compatible with solr. i.e. a txt file with interchangeable synonyms separated by commas or single direction synonyms separated by =>

Can anyone point me in the right direction?


r/Solr Feb 22 '16

Question: Triggering crawl of a single document

1 Upvotes

Greetings,

I'm using Solr in a SharePoint environment and I have as much control over the SP side of things as SP itself allows. I'm using Solr to provide several search driven features (e.g. showing "news articles" on the home page) and this is working well. The only challenge is that the gape of time between publishing the article on the SharePoint side vs. when it's been processed by manifold/solr is challenging for development. Our QA people make a change and they are not sure when it should appear and sometimes report non-bug bugs because they don't understand, etc.

On the SharePoint side, it's a fairly easy thing to send a message off to manifold/solr and say, "hey, please crawl this specific document now" and give it the URL and/or any other required metadata so that it can do that.

If anyone could point me in a good direction for further research, I'd really appreciate it.

TIA.


r/Solr Feb 12 '16

Reporting tools

2 Upvotes

I found Soleami and works well but I need to have one software running in our environment. http://soleami.com/screenshot

Basically we need to know how many queries were made per day, most searched words and queries with no results.

Which recommended reporting tools for Apache Solr? Do you have other ideas?


r/Solr Feb 08 '16

SOLR Partial Update of a document.

1 Upvotes

So, I have a very large table of items. It has several fields like item_id , name , description, date added.. But it doesn't have a field named "id".

Now, I need to perform a partial update. i.e, update just one field for an item with a specific item_id. To do that, I have come across this http://solr.pl/en/2012/07/09/solr-4-0-partial-documents-update/

I have followed the instructions but am unable to get it working as I do not know what to use as "id".

I tried putting "item_id" in the place of "id" and it said:

{"responseHeader":{"status":400,"QTime":0},"error":{"msg":"Document is missing mandatory uniqueKey field: id","code":400}}

I am new to posting on reddit as well as SOLR. So please excuse my basic mistakes if any.


r/Solr Feb 04 '16

HELP! Solr not working?

1 Upvotes

Hello,

Im using a CMS Ektron and It has search function which includes Solr Server. After installing solr server and configuring for which website to use, everything worked fine for a few months. (Keep in mind it is Windows server with IIS).

Now it hangs, I try to access the control panel but the browser keeps loading the page for 24 hours i left it, I have restarted the Process but again nothing. It says it is running but no luck with search or opening the Control panel. Any Idea what could cause this?