首页 \ 问答 \ Sitecore solr在不同的VM中设置(Sitecore solr setup in a different VM)

Sitecore solr在不同的VM中设置(Sitecore solr setup in a different VM)

我创建了2个VM,一个用于Sitecore,另一个用于SOLR服务器。 这是我在设置SOLR服务器时引用的文章 。 我可以在SOLR服务器实例中使用localhost打开SOLR Admin页面。 但我无法使用VIP或内部IP从Sitecore Server访问它。 它们都在同一个VNet子集中。 我在这里错过了什么吗? 或者SOLR设置没有正确完成?

已解决:基于azure文档,我需要手动打开防火墙端口。

Azure虚拟机的防火墙配置是针对与远程桌面和安全Shell(SSH)关联的端口自动完成的,在大多数情况下是针对Windows PowerShell远程处理的。 对于为所有其他端点指定的端口,不会自动对虚拟机的防火墙进行任何配置。 为虚拟机创建端点时,您需要确保虚拟机的防火墙还允许与端点配置对应的协议和专用端口的流量。


I have created 2 VMs, one for Sitecore and one for SOLR server. This is the article I was referencing when setting up the SOLR server. I'm able to open up SOLR Admin page using localhost within SOLR server instance. But I failed to access it from Sitecore Server using VIP or internal IP. Both of them are in the same VNet subset. Am I missing something here? Or the SOLR setup is not done properly?

Resolved: Based on azure documentation, I will need to manually open up the firewall port.

Firewall configuration for Azure virtual machines is done automatically for ports associated with Remote Desktop and Secure Shell (SSH), and in most cases for Windows PowerShell Remoting. For ports specified for all other endpoints, no configuration is done automatically to the firewall of the virtual machine. When you create an endpoint for the virtual machine, you'll need to ensure that the firewall of the virtual machine also allows the traffic for the protocol and private port corresponding to the endpoint configuration.


原文:https://stackoverflow.com/questions/36741472
更新时间:2024-05-01 07:05

最满意答案

为简单起见,我将首先在2D中解释它,即具有两个角度特征。 在这种情况下,你将有b ^ 2箱,而不是b * 2。

特征空间分为常规网格。 特征根据它们在2D(或3D)空间中的位置进行分箱,而不是沿每个维度独立分区。 请参阅以下示例,其中包含两个要素尺寸和b = 4,其中要素被分箱到标有#的单元格中:

^ phi
|
+-+-+-+-+
| | | | |
+-+-+-+-+
| | | | |
+-+-+-+-+
| | | |#|
+-+-+-+-+
| | | | |
+-+-+-+-+-> alpha

该特征被分箱到单元格中,其中alpha在给定的间隔中,而phi在另一个区间中。 您理解的关键区别在于尺寸不是独立处理的。 每个单元格指定所有维度的间隔,而不是单个维度。 (这将在3D中以相同的方式工作,只是你将拥有theta的另一个维度和3D网格而不是2D网格。)

这种分箱方式导致2D情况的b ^ 2个区间,因为alpha维度中的每个区间与phi维度中的所有区间组合,导致数字的平方,而不是加倍。 添加另一个维度,您可以获得立方体而不是三倍,就像您的问题一样。


For simplicity, I'll first explain it in 2D, i.e. with two angular features. In that case, you would have b^2 bins, not b*2.

The feature space is divided into a regular grid. Features are binned according to their position in the 2D (or 3D) space, not independently along each dimension. See the following example with two feature dimensions and b=4, where the feature is binned into the cell marked with #:

^ phi
|
+-+-+-+-+
| | | | |
+-+-+-+-+
| | | | |
+-+-+-+-+
| | | |#|
+-+-+-+-+
| | | | |
+-+-+-+-+-> alpha

The feature is binned into the cell where alpha is in a given interval AND phi in another interval. The key difference to your understanding is that the dimensions are not treated independently. Each cell specifies an interval on all the dimensions, not a single one. (This would work the same way in 3D, only that you would have another dimension for theta and a 3D grid instead of a 2D one.)

This way of binning results in b^2 bins for the 2D case, since each interval in the alpha dimension is combined with ALL intervals in the phi dimension, resulting in a squaring of the number, not a doubling. Add another dimension, and you get the cubing instead of the tripling, as in your question.

相关问答

更多
  • 我正在建造一个Jetson TK1,其上限为CUDA 6.5,我得出的结论是,kinfu需要> 6.5 无论如何,我发现了一个更好的软件,即RTAB-Map I'm building on a Jetson TK1 which is capped at CUDA 6.5 and I've come to the conclusion that kinfu requires > 6.5 Regardless, I found a much better software which is RTAB-Map
  • 为简单起见,我将首先在2D中解释它,即具有两个角度特征。 在这种情况下,你将有b ^ 2箱,而不是b * 2。 特征空间分为常规网格。 特征根据它们在2D(或3D)空间中的位置进行分箱,而不是沿每个维度独立分区。 请参阅以下示例,其中包含两个要素尺寸和b = 4,其中要素被分箱到标有#的单元格中: ^ phi | +-+-+-+-+ | | | | | +-+-+-+-+ | | | | | +-+-+-+-+ | | | |#| +-+-+-+-+ | | | | | +-+-+-+-+-> alpha ...
  • 您可以使用pcl::ProjectInliers类来完成它:它将点投影到参数模型(例如,plane,sphere,...)。 甚至有一个方便的教程 ! 这是教程的摘录,它创建了一个平面并在其上投影点: // Create a set of planar coefficients with X=Y=0,Z=1 pcl::ModelCoefficients::Ptr coefficients (new pcl::ModelCoefficients ()); coefficients->values. ...
  • 我也和PCL一起工作,发现过时的库令人沮丧。 然而,正如PhilLab提到的那样,GitHub页面仍处于活动状态。 但是:由于Tsuksa Sugiura,Windows + VS2015存在一个完美的预构建包 。 他甚至保留并更新它。 x86和x64。 也可以在NVidia Tegra平台上使用1.8.0 RC2,例如Jetson TX1。 这里的CMake系统工作得相当好。 AND ROS支持它(默认为1.7.2,但可以在1.8.x上运行) 总结; 当然,没有人会把它整理成整洁的版本,但是这个软件包正在 ...
  • 简短回答:在仔细检查链接库之后,结果发现其中一个确实缺失并且未包含在链接器命令中。 然而,更有趣的是这是如何发生的: 当与PCL链接时,CMake中用于查找所需PCL库的环境变量(例如${PCL_COMMON_LIBRARIES} )也将包含对所有PCL自身依赖项的引用(例如VTK,Boost)。 最终,链接器面临着多次查看同一个库,这大大增加了我的构建时间。 因此,我决定通过调用以下方法手动删除重复项: list(REMOVE_DUPLICATES PCL_ALL_REQUIRED_LIBRARIES) ...
  • 当您的输入数据仅采用整数值时(例如Poisson RV的情况),您可以预期空箱,并且您有比此间隔更多的箱。 如果是这种情况,你将拥有永远不会捕获样本的垃圾箱和一些将捕获多个间隔样本的垃圾箱。 更改箱的数量和范围以捕获整数间隔,并且间隙消失。 plt.hist(samples, range=(0,samples.max()), bins=samples.max()+1, normed = True, histtype = 'stepfilled') ...
  • 欢迎来到迷人的点云世界! 如果你喜欢Python,欢迎来自https://github.com/daavoo/pyntcloud 。 /结束招聘。 什么是最常用的点云文件格式? 一般pourpose 3D文件格式 嗯......几乎任何一般的pourpose 3D文件格式都隐含地支持点云,因为这些格式通常存储一堆多边形 ,并且为了定义多边形,您必须定义它的顶点 。 如果仔细考虑,那些顶点只是点云 。 一个很好的例子是.ply文件格式。 在许多摄影测量 (从现实世界生成点云的一种方法)软件中,导出点云是常见的 ...
  • 最后我设法设置了这样的法线: pcl::PointCloud::Ptr normalsCopy (new pcl::PointCloud); copyPointCloud(*normals, *normalsCopy); boost::shared_ptr > constNormals (normalsCopy); detector.setNormals(constNor ...
  • 使用accumarray sums = accumarray( { iy(:), ix(:), iz(:) }, v(:) ); use accumarray sums = accumarray( { iy(:), ix(:), iz(:) }, v(:) );
  • 你只需要为你的条形图制作正确的矩阵。 XT = xtabs(AverageYearlySalary ~ State + JobCode, data=test4) barplot(XT, beside=TRUE, col=rainbow(3), ylim=c(0,99000)) legend("topright", legend=rownames(XT), pt.bg=rainbow(3), pch=22) You just need to make the right matrix for your ba ...

相关文章

更多

最新问答

更多
  • 获取MVC 4使用的DisplayMode后缀(Get the DisplayMode Suffix being used by MVC 4)
  • 如何通过引用返回对象?(How is returning an object by reference possible?)
  • 矩阵如何存储在内存中?(How are matrices stored in memory?)
  • 每个请求的Java新会话?(Java New Session For Each Request?)
  • css:浮动div中重叠的标题h1(css: overlapping headlines h1 in floated divs)
  • 无论图像如何,Caffe预测同一类(Caffe predicts same class regardless of image)
  • xcode语法颜色编码解释?(xcode syntax color coding explained?)
  • 在Access 2010 Runtime中使用Office 2000校对工具(Use Office 2000 proofing tools in Access 2010 Runtime)
  • 从单独的Web主机将图像传输到服务器上(Getting images onto server from separate web host)
  • 从旧版本复制文件并保留它们(旧/新版本)(Copy a file from old revision and keep both of them (old / new revision))
  • 西安哪有PLC可控制编程的培训
  • 在Entity Framework中选择基类(Select base class in Entity Framework)
  • 在Android中出现错误“数据集和渲染器应该不为null,并且应该具有相同数量的系列”(Error “Dataset and renderer should be not null and should have the same number of series” in Android)
  • 电脑二级VF有什么用
  • Datamapper Ruby如何添加Hook方法(Datamapper Ruby How to add Hook Method)
  • 金华英语角.
  • 手机软件如何制作
  • 用于Android webview中图像保存的上下文菜单(Context Menu for Image Saving in an Android webview)
  • 注意:未定义的偏移量:PHP(Notice: Undefined offset: PHP)
  • 如何读R中的大数据集[复制](How to read large dataset in R [duplicate])
  • Unity 5 Heighmap与地形宽度/地形长度的分辨率关系?(Unity 5 Heighmap Resolution relationship to terrain width / terrain length?)
  • 如何通知PipedOutputStream线程写入最后一个字节的PipedInputStream线程?(How to notify PipedInputStream thread that PipedOutputStream thread has written last byte?)
  • python的访问器方法有哪些
  • DeviceNetworkInformation:哪个是哪个?(DeviceNetworkInformation: Which is which?)
  • 在Ruby中对组合进行排序(Sorting a combination in Ruby)
  • 网站开发的流程?
  • 使用Zend Framework 2中的JOIN sql检索数据(Retrieve data using JOIN sql in Zend Framework 2)
  • 条带格式类型格式模式编号无法正常工作(Stripes format type format pattern number not working properly)
  • 透明度错误IE11(Transparency bug IE11)
  • linux的基本操作命令。。。